From 3e7f44b45c2b52a2826a50d98f0250e3669530dc Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Tue, 5 Jan 2016 23:11:13 +0100 Subject: [PATCH] hiding groups in Paper UI Signed-off-by: Kai Kreuzer --- bundles/org.openhab.ui.paperui/patch/web/js/constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.ui.paperui/patch/web/js/constants.js b/bundles/org.openhab.ui.paperui/patch/web/js/constants.js index f678bfb462..6dc7f42251 100644 --- a/bundles/org.openhab.ui.paperui/patch/web/js/constants.js +++ b/bundles/org.openhab.ui.paperui/patch/web/js/constants.js @@ -13,5 +13,6 @@ angular.module('PaperUI.constants', []) 'configuration': true, 'extensions': true, 'rules': false, - 'preferences': true + 'preferences': true, + 'groups': false });