mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
committed by
Kai Kreuzer
parent
cc3f1407bd
commit
cc702266fe
@@ -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}">
|
||||
|
||||
Reference in New Issue
Block a user