mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed mobile app.
This commit is contained in:
parent
5af831a0aa
commit
407518e102
4 changed files with 18 additions and 3 deletions
|
@ -2259,9 +2259,9 @@
|
|||
(deskState == 0) &&
|
||||
(meshrights & 8) &&
|
||||
((mesh.mtype == 1) ||
|
||||
(currentNode.intelamt != null) &&
|
||||
((currentNode.intelamt.state == 2) &&
|
||||
(currentNode.intelamt.ver != null) &&
|
||||
(currentNode.intelamt != null) &&
|
||||
(typeof currentNode.intelamt.sku == 'number') &&
|
||||
((currentNode.intelamt.sku & 8) != 0))
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue