mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-31 00:15:57 -05:00
testing
This commit is contained in:
parent
2e4f0f5828
commit
f485224148
@ -1 +0,0 @@
|
||||
Subproject commit b6bfdbbc91375c12700a81048f29b6fc5dfd3e96
|
@ -1112,7 +1112,6 @@
|
||||
if (meshidx[0] == '/') meshidx = meshidx.substring(1);
|
||||
var x = "To add a new computer to mesh " + EscapeHtml(mesh.name) + ", download the mesh agent and configuration file and install the agent on the computer to manage.<br /><br />";
|
||||
x += addHtmlValue('Mesh Agent', '<a href="meshagent?id=1" target="_blank">Windows executable (.exe)</a>');
|
||||
x += addHtmlValue('Settings File', '<a href="meshsettings?id=' + meshid.split('/')[2] + '" target="_blank">' + EscapeHtml(mesh.name) + ' settings (.msh)</a>');
|
||||
setDialogMode(2, "Add Mesh Agent", 1, null, x);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user