1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Updated all MeshAgents

This commit is contained in:
Ylian Saint-Hilaire 2020-04-03 14:43:53 -07:00
parent 633f31b78d
commit 49a144a42d
22 changed files with 4 additions and 4 deletions

View file

@ -2994,7 +2994,7 @@
r += '<span id=MxMESH cmenu=meshContextMenu tabindex=0 style=cursor:pointer onclick=gotoMesh("' + node.meshid + '") onkeypress="if (event.key==\'Enter\') gotoMesh(\'' + node.meshid + '\')">' + EscapeHtml(meshes[node.meshid].name) + '</span>' + getMeshActions(mesh2, meshrights) + '</div>';
current = node.meshid;
} else {
r += '<span id=MxMESH><i>' + "Indivitual Devices" + '</i></span></div>';
r += '<span id=MxMESH><i>' + "Individual Devices" + '</i></span></div>';
current = '*';
}
if (view == 2) { r += '</div>'; }