mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-15 04:21:51 +00:00
Fix for #3069
This commit is contained in:
parent
bc948328cb
commit
9ac79f00ad
1 changed files with 1 additions and 1 deletions
|
@ -6598,7 +6598,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Active Users
|
// Active Users
|
||||||
if (node.users && node.conn && (node.users.length > 0) && (node.conn & 1)) { x += addDeviceAttribute(((node.users.length > 1)?'Active Users':'Active User'), EscapeHtml(node.users.join(', '))); }
|
if (node.users && node.conn && (node.users.length > 0) && (node.conn & 1)) { x += addDeviceAttribute(((node.users.length > 1)?"Active Users":"Active User"), EscapeHtml(node.users.join(', '))); }
|
||||||
|
|
||||||
// Display device user consent
|
// Display device user consent
|
||||||
if ((node.agent != null) && (node.agent.id != 14) && (node.mtype != 3)) {
|
if ((node.agent != null) && (node.agent.id != 14) && (node.mtype != 3)) {
|
||||||
|
|
Loading…
Reference in a new issue