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

MeshCentral Assistant Update.

This commit is contained in:
Ylian Saint-Hilaire 2021-06-02 13:44:37 -07:00
parent 6d806087f8
commit 8153fcae34
2 changed files with 2 additions and 4 deletions

Binary file not shown.

View file

@ -4707,10 +4707,8 @@
var mesh = meshes[meshid], x = '', installType = 0, moreoptions = '';
var opts = '<select id=aginsSelect onchange=addAgentToMeshClick() style=width:236px><option value=0>' + "Windows" + '</option><option value=1>' + "Linux / BSD" + '</option><option value=5>' + "Linux / BSD / macOS Binary Installer" + '</option><option value=2>' + "Apple macOS" + '</option>';
if ((features & 2) == 0) { // Don't display mobile or assistant setup in LAN mode.
opts += '<option value=6>' + "Mobile device" + '</option>';
opts += '<option value=7>' + "MeshCentral Assistant" + '</option>';
}
if ((features & 2) == 0) { opts += '<option value=6>' + "Mobile device" + '</option>'; } // Don't display mobile setup in LAN mode.
opts += '<option value=7>' + "MeshCentral Assistant" + '</option>';
opts += '<option value=3>' + "Windows (UnInstall)" + '</option><option value=4>' + "Linux / BSD (UnInstall)" + '</option></select>';
x += addHtmlValue("Operating System", opts);