Skip to content

Commit

Permalink
disabled log button when session is an a prestine status
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Aug 24, 2021
1 parent 7fa716e commit 7d63d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/manager/web/static/js/dm.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function loadSessions(serverUrl, tbodyEl, refreshBtn, selectedNode, delay) {
$(this).css("color","#b93a46");
$(this).parent().find(".actions").find("button.cancelSession").attr("disabled",true)
$(this).parent().find(".actions").find("button.deleteSession").attr("disabled",false)
$(this).parent().find(".actions").find("button.sessionLogs").attr("disabled",false)
$(this).parent().find(".actions").find("button.sessionLogs").attr("disabled",true)
$(this).parent().removeClass("progressRunning")
}else{
$(this).css("color","purple");
Expand Down

0 comments on commit 7d63d66

Please sign in to comment.