From 5239dbc9368f82454dc521f094b175030966e955 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Tue, 22 Oct 2024 16:59:40 +0200 Subject: [PATCH] Improve rendering logic of action outputs Signed-off-by: Florian Hotze --- .../settings/things/thing-action-popup.vue | 29 ++++++++++++------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/pages/settings/things/thing-action-popup.vue b/bundles/org.openhab.ui/web/src/pages/settings/things/thing-action-popup.vue index f98de7803f..421d1fdcb1 100644 --- a/bundles/org.openhab.ui/web/src/pages/settings/things/thing-action-popup.vue +++ b/bundles/org.openhab.ui/web/src/pages/settings/things/thing-action-popup.vue @@ -50,16 +50,25 @@
- - {{ actionOutput.result }} - - - - - - {{ actionOutput.manualPairingCode }} - - + +
{{ actionOutput }}