mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 22:25:52 -05:00
fix meshcmd os select #6327
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
fa39f8a105
commit
cee181fb61
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
@ -8900,7 +8900,7 @@
|
||||
// Show MeshCmd dialog
|
||||
function p10showMeshCmdDialog(mode, nodeid) {
|
||||
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=3>' + "Windows x86 (32bit)" + '</option>';
|
||||
y += '<option value=43>' + "Windows ARM (64bit)" + '</option>';
|
||||
|
Loading…
Reference in New Issue
Block a user