Refactor dashboard tiles into core (#1329)

* Refactor dashboard tiles into core

Move the tile concept from the dashboard UI to the
org.openhab.core.ui bundle, and add a REST resource
(/rest/ui/tiles) to retrieve the list of tiles i.e.
registered UIs.

Signed-off-by: Yannick Schaus <github@schaus.net>
This commit is contained in:
Yannick Schaus
2020-01-17 15:28:05 +01:00
committed by Kai Kreuzer
parent cc3f1407bd
commit cc702266fe
13 changed files with 511 additions and 0 deletions
@@ -415,6 +415,7 @@
<feature>openhab-core-model-item</feature>
<feature>openhab-core-model-sitemap</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.ui/${project.version}</bundle>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.rest.ui/${project.version}</bundle>
</feature>
<feature name="openhab-core-ui-icon" version="${project.version}">