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

Added IDER heat map.

This commit is contained in:
Ylian Saint-Hilaire 2019-04-21 12:08:23 -07:00
parent 76e6d3d1cf
commit fcb78cd90e
3 changed files with 166 additions and 159 deletions

File diff suppressed because one or more lines are too long

View file

@ -3796,6 +3796,7 @@
Q('p14iframe').contentWindow.setConnectionState(online);
Q('p14iframe').contentWindow.setFrameHeight('650px');
Q('p14iframe').contentWindow.setAuthCallback(updateAmtCredentials);
if (args['idertrace']) { Q('p14iframe').contentWindow.setUrlVar('idertrace', args['idertrace']); }
// Display "action" button on desktop/terminal/files
QV('deskActionsBtn', (meshrights & 72) != 0); // 72 = Wake-up + Remote Control permissions