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

Fixed mobile side mesh user permission viewing

This commit is contained in:
Ylian Saint-Hilaire 2018-11-02 18:25:51 -07:00
parent a2c51660f8
commit 203a86518e
5 changed files with 6 additions and 4 deletions

View file

@ -5256,6 +5256,7 @@
if ((meshrights & 32) != 0) r += ', Server Files';
if ((meshrights & 64) != 0) r += ', Wake Devices';
if ((meshrights & 128) != 0) r += ', Edit Notes';
if ((meshrights & 256) != 0) r += ', Remote View Only';
}
r = r.substring(2);
if (r == '') { r = 'No Rights'; }