Show ThingUID instead of ThingTypeUID for scan result (#921)
Signed-off-by: Kai Kreuzer <kai@openhab.org>pull/905/head
parent
d11ca5487f
commit
0501209c57
|
@ -31,7 +31,7 @@
|
|||
media-item
|
||||
:title="entry.label"
|
||||
:subtitle="entry.representationProperty ? entry.properties[entry.representationProperty] : ''"
|
||||
:footer="entry.thingTypeUID">
|
||||
:footer="entry.thingUID">
|
||||
</f7-list-item>
|
||||
<f7-list-button v-show="scanResults.length > 1" title="Add All" @click="approveAll" color="blue"></f7-list-button>
|
||||
</f7-list>
|
||||
|
|
Loading…
Reference in New Issue