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