Skip to content

Commit

Permalink
Merge pull request openhab#5 from kaikreuzer/groups
Browse files Browse the repository at this point in the history
hiding groups in Paper UI
  • Loading branch information
kaikreuzer committed Jan 5, 2016
2 parents 907ed66 + 3e7f44b commit fa4b280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundles/org.openhab.ui.paperui/patch/web/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ angular.module('PaperUI.constants', [])
'configuration': true,
'extensions': true,
'rules': false,
'preferences': true
'preferences': true,
'groups': false
});

0 comments on commit fa4b280

Please sign in to comment.