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
@@ -256,6 +256,12 @@
|
||||
<version>${project.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openhab.core.bundles</groupId>
|
||||
<artifactId>org.openhab.core.io.rest.ui</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openhab.core.bundles</groupId>
|
||||
<artifactId>org.openhab.core.io.rest.voice</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user