fix modern ui missing time dropdown in device action (android)

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2025-09-22 13:09:51 +01:00
parent 0a837aa96d
commit 4295901fc1

View File

@ -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(); }
}