mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
hiding groups in Paper UI
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
907ed6613f
commit
3e7f44b45c
@ -13,5 +13,6 @@ angular.module('PaperUI.constants', [])
|
||||
'configuration': true,
|
||||
'extensions': true,
|
||||
'rules': false,
|
||||
'preferences': true
|
||||
'preferences': true,
|
||||
'groups': false
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user