From 2b810a75c8899a679d5f229b10e0b142901e7d96 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Wed, 30 Dec 2015 23:35:27 +0100 Subject: [PATCH] Changed dashboard feature name and added configs to UIs Signed-off-by: Kai Kreuzer --- features/karaf/src/main/feature/feature.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/features/karaf/src/main/feature/feature.xml b/features/karaf/src/main/feature/feature.xml index bfd4271cc..e365a6092 100644 --- a/features/karaf/src/main/feature/feature.xml +++ b/features/karaf/src/main/feature/feature.xml @@ -25,7 +25,7 @@
${project.description}
shk-esh-io-console-karaf openhab-runtime-base - openhab-ui-dashboard + openhab-dashboard openhab-misc-restdocs openhab-misc-certificate @@ -55,7 +55,7 @@ shk-esh-base shk-jax-rs-provider-swagger - openhab-ui-dashboard + openhab-dashboard mvn:org.openhab.core/org.openhab.io.rest.docs/${project.version} @@ -65,30 +65,37 @@ - + shk-esh-base mvn:org.openhab.core/org.openhab.ui.dashboard/${project.version} openhab-runtime-base - openhab-ui-dashboard + openhab-dashboard shk-esh-ui-basic mvn:org.openhab.core/org.openhab.ui.basicui/${project.version} mvn:org.openhab.core/org.openhab.ui.iconset.classic/${project.version} + + defaultSitemap = _default + iconType = svg + openhab-runtime-base - openhab-ui-dashboard + openhab-dashboard shk-esh-ui-classic mvn:org.openhab.core/org.openhab.ui.classicui/${project.version} mvn:org.openhab.core/org.openhab.ui.iconset.classic/${project.version} + + defaultSitemap = _default + openhab-runtime-base - openhab-ui-dashboard + openhab-dashboard shk-esh-ui-paper mvn:org.openhab.core/org.openhab.ui.paperui/${project.version}