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:
parent
633f31b78d
commit
49a144a42d
22 changed files with 4 additions and 4 deletions
|
@ -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>'; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue