This commit is contained in:
techno-express 2018-01-09 22:54:28 -05:00
parent 2e4f0f5828
commit f485224148
2 changed files with 0 additions and 2 deletions

@ -1 +0,0 @@
Subproject commit b6bfdbbc91375c12700a81048f29b6fc5dfd3e96

View File

@ -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);
}