1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

fix meshcmd os select #6327

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-08-16 16:14:27 +01:00
parent fa39f8a105
commit cee181fb61

View file

@ -1,4 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -8900,7 +8900,7 @@
// Show MeshCmd dialog // Show MeshCmd dialog
function p10showMeshCmdDialog(mode, nodeid) { function p10showMeshCmdDialog(mode, nodeid) {
if (xxdialogMode) return; if (xxdialogMode) return;
var y = '<select id=aginsSelect onclick=meshCmdOsClick() style=width:236px>'; var y = '<select id=aginsSelect onchange=meshCmdOsClick() style=width:236px>';
y += '<option value=4>' + "Windows x86 (64bit)" + '</option>'; y += '<option value=4>' + "Windows x86 (64bit)" + '</option>';
y += '<option value=3>' + "Windows x86 (32bit)" + '</option>'; y += '<option value=3>' + "Windows x86 (32bit)" + '</option>';
y += '<option value=43>' + "Windows ARM (64bit)" + '</option>'; y += '<option value=43>' + "Windows ARM (64bit)" + '</option>';