From 0501209c57787252d3dfab3867a7cc971b46ad0d Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Mon, 22 Feb 2021 12:32:53 +0100 Subject: [PATCH] Show ThingUID instead of ThingTypeUID for scan result (#921) Signed-off-by: Kai Kreuzer --- .../web/src/pages/settings/things/add/choose-thing-type.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.ui/web/src/pages/settings/things/add/choose-thing-type.vue b/bundles/org.openhab.ui/web/src/pages/settings/things/add/choose-thing-type.vue index 9910ad055..9e1d3b950 100644 --- a/bundles/org.openhab.ui/web/src/pages/settings/things/add/choose-thing-type.vue +++ b/bundles/org.openhab.ui/web/src/pages/settings/things/add/choose-thing-type.vue @@ -31,7 +31,7 @@ media-item :title="entry.label" :subtitle="entry.representationProperty ? entry.properties[entry.representationProperty] : ''" - :footer="entry.thingTypeUID"> + :footer="entry.thingUID">