[MainUI] Support iconcolor for all elements in sitemap editor (#1772)
Refs https://github.com/openhab/openhab-core/pull/3403. Signed-off-by: Mark Herwege <mark.herwege@telenet.be>pull/1781/head
parent
d4e5ec83d7
commit
c2f31f204f
|
@ -58,7 +58,7 @@
|
|||
<div><f7-block-title>Value Color</f7-block-title></div>
|
||||
<attribute-details :widget="selectedWidget" attribute="valuecolor" placeholder="item_name operator value = color" />
|
||||
</f7-block>
|
||||
<f7-block v-if="selectedWidget && selectedWidget.component === 'Image'">
|
||||
<f7-block v-if="selectedWidget && selectedWidget.component !== 'Sitemap'">
|
||||
<div><f7-block-title>Icon Color</f7-block-title></div>
|
||||
<attribute-details :widget="selectedWidget" attribute="iconcolor" placeholder="item_name operator value = color" />
|
||||
</f7-block>
|
||||
|
|
Loading…
Reference in New Issue