From eea18d84cdc77bb8bd98435d543def20a8bcabfc Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Sun, 21 Apr 2019 12:08:23 -0700 Subject: [PATCH] Added IDER heat map. --- public/commander.htm | 322 ++++++++++++++++++----------------- views/default-min.handlebars | 2 +- views/default.handlebars | 1 + 3 files changed, 166 insertions(+), 159 deletions(-) diff --git a/public/commander.htm b/public/commander.htm index d2420212..1d123eb7 100644 --- a/public/commander.htm +++ b/public/commander.htm @@ -1,4 +1,4 @@ -
  
Disconnected
{{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file + {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file diff --git a/views/default.handlebars b/views/default.handlebars index 27cd5126..5e729366 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -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