From deadfdb6ab30a6b4eca0f81e7420da07cc425dfa Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sun, 27 Oct 2024 11:01:52 +0100 Subject: [PATCH] Thing actions: Hide if no actions available & Merge with UI actions (#2839) Fixes https://github.com/openhab/openhab-webui/pull/2834#issuecomment-2439904745. Shows UI actions (currently only Z-Wave network map) with the Thing actions instead of the deprecated config actions. Signed-off-by: Florian Hotze --- .../pages/settings/things/thing-details.vue | 52 ++++--------------- 1 file changed, 9 insertions(+), 43 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/pages/settings/things/thing-details.vue b/bundles/org.openhab.ui/web/src/pages/settings/things/thing-details.vue index 50de36889e..245a9b40bb 100644 --- a/bundles/org.openhab.ui/web/src/pages/settings/things/thing-details.vue +++ b/bundles/org.openhab.ui/web/src/pages/settings/things/thing-details.vue @@ -93,14 +93,14 @@ :set-empty-config-as-null="true" :read-only="!editable" /> -