From 33c0e8228618c028c672e7fc0f4b5e1ddcdcf498 Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 7 May 2024 14:16:23 +0100 Subject: [PATCH] fix mobile ui upload mesh agent core Signed-off-by: si458 --- views/default-mobile.handlebars | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index f6d9b2b223..4d1cc42361 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -1,4 +1,4 @@ - + @@ -1158,6 +1158,31 @@ +
+
+
File Selection
+ +
+ +
+
+   +
+
+
+

Agent Remote Desktop

@@ -6652,7 +6677,7 @@ Q('d3localmodeform').action = 'uploadmeshcorefile.ashx'; Q('d3auth').value = authCookie; Q('d3attrib').value = currentNode._id; - setDialogMode(3, "Upload Mesh Agent Core", 3, p15uploadCoreEx2); + setDialogMode(4, "Upload Mesh Agent Core", 3, p15uploadCoreEx2); d3init(); }