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:
parent
084331984b
commit
90e4970569
3 changed files with 149 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue