Commit 47f31cb2 authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: doesn't print multiple "Running..." anymore

parent 7b327510
......@@ -223,6 +223,7 @@ function setRunningState(data) {
$("#slapswitch").text('Access application');
}
$("#running").hide();
$("#running_info").remove();
running = false; //nothing is currently running
$("#softrun").removeClass('slapos_stop');
$("#softrun").addClass('slapos_run');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment