mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 15:25:01 -04:00
fix modern ui missing time dropdown in device action (android)
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
0a837aa96d
commit
4295901fc1
@ -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(); }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user