Fix Basic UI / CometVisu default configurations (#418)
* Remove Basic UI iconType configuration (removed in #114) * Fix CometVisu configuration PID Signed-off-by: Wouter Born <github@maindrain.net>pull/426/head
parent
838d79eac2
commit
b39161afce
|
@ -20,9 +20,6 @@
|
|||
<feature>openhab-iconset-classic</feature>
|
||||
<feature>openhab-core-io-rest-sitemap</feature>
|
||||
<bundle>mvn:org.openhab.ui.bundles/org.openhab.ui.basic/${project.version}</bundle>
|
||||
<config name="basicui">
|
||||
iconType = svg
|
||||
</config>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab-ui-cometvisu" description="CometVisu Backend" version="${project.version}">
|
||||
|
@ -34,7 +31,7 @@
|
|||
<feature dependency="true">openhab.tp-jackson</feature>
|
||||
<bundle dependency="true">mvn:org.rrd4j/rrd4j/3.4</bundle>
|
||||
<bundle>mvn:org.openhab.ui.bundles/org.openhab.ui.cometvisu/${project.version}</bundle>
|
||||
<config name="cometvisu">
|
||||
<config name="org.openhab.cometvisu">
|
||||
webFolder=../../../CometVisu/src/
|
||||
|
||||
icons>enableMapping=true
|
||||
|
|
Loading…
Reference in New Issue