Skip to content

Commit

Permalink
Print status
Browse files Browse the repository at this point in the history
  • Loading branch information
UsualSpec committed Jul 1, 2024
1 parent 870b5e9 commit d97b6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/management/templates/runOverview.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ <h1 class="modal-title fs-5" id="confirmStopLabel">Stop Run <span class="runIdCo
type:"POST",
data:{runId:rId},
url:"{{ url_for('finishRunPost') }}",
success:function() {
stopStatusBox.text("Stopped. Please reload this page");
success:function(status) {
stopStatusBox.text(status);
stopStatusBox.addClass("alert-success");
stopStatusBox.removeClass("d-none");
},
Expand Down

0 comments on commit d97b6c4

Please sign in to comment.