persistent_binderhub
persistent_binderhub copied to clipboard
The "show logs" terminal should be open by default
It gives users some feedback while the servers are launching.
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.