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

Started work on MeshCtrl, a MeshCentral command line tool.

This commit is contained in:
Ylian Saint-Hilaire 2019-06-28 18:31:18 -07:00
parent 084331984b
commit 90e4970569
3 changed files with 149 additions and 11 deletions

View file

@ -1860,7 +1860,6 @@
node.namel = node.name.toLowerCase();
if (node.rname) { node.rnamel = node.rname.toLowerCase(); } else { node.rnamel = node.namel; }
if (message.event.node.icon) { node.icon = message.event.node.icon; }
console.log(node);
// Web page update
masterUpdate(2 | 4 | 8 | 16);