From 3ce2daedc6bd6fda1c3b101cc0854c5da8c9033d Mon Sep 17 00:00:00 2001 From: "Dmitry P. (d51x)" Date: Tue, 10 Oct 2023 14:13:21 +0300 Subject: [PATCH 1/3] [MainUI] thing-picker: add footer with location and icon into item Signed-off-by: Dmitry P. (d51x) --- .../config/controls/thing-picker.vue | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/components/config/controls/thing-picker.vue b/bundles/org.openhab.ui/web/src/components/config/controls/thing-picker.vue index e5dde2be5f..eb1bf23bad 100644 --- a/bundles/org.openhab.ui/web/src/components/config/controls/thing-picker.vue +++ b/bundles/org.openhab.ui/web/src/components/config/controls/thing-picker.vue @@ -1,7 +1,7 @@