From 4295901fc1eb10edac101766754811ec179fc50a Mon Sep 17 00:00:00 2001 From: si458 Date: Mon, 22 Sep 2025 13:09:51 +0100 Subject: [PATCH] fix modern ui missing time dropdown in device action (android) Signed-off-by: si458 --- views/default3.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default3.handlebars b/views/default3.handlebars index 3735b4ad..0caf83f8 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -9340,7 +9340,7 @@ x += addHtmlFormFloating("Operation", y); if (count == 0) { x = "No actions currently available for this device."; } xxdialogButtons = (count == 0) ? 2 : 3; xxdialogTag = x + z; - setModalContent('xxAddAgent', "Device Action", x); + setModalContent('xxAddAgent', "Device Action", xxdialogTag); showModal('xxAddAgentModal', 'idx_dlgOkButton', deviceActionFunctionEx); if (count > 0) { deviceActionFunctionValidate(); } }