persistent_binderhub icon indicating copy to clipboard operation
persistent_binderhub copied to clipboard

The "show logs" terminal should be open by default

Open MridulS opened this issue 3 years ago • 1 comments

It gives users some feedback while the servers are launching.

MridulS avatar Mar 19 '21 14:03 MridulS

This would require change in upstream binderhub or doing something like

show_log = function() {
    $('#toggle-logs button').text('hide');
    $("div.panel-body").removeClass('hidden');
};
show_log();

in the template code.

MridulS avatar Aug 10 '21 16:08 MridulS