hiding groups in Paper UI

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/5/head
Kai Kreuzer 2016-01-05 23:11:13 +01:00
parent 907ed6613f
commit 3e7f44b45c
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ angular.module('PaperUI.constants', [])
'configuration': true,
'extensions': true,
'rules': false,
'preferences': true
'preferences': true,
'groups': false
});