Skip to content

Commit

Permalink
Cosmetics around poweroff
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Sep 8, 2022
1 parent 4bd5109 commit 476a2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dashboard/static/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ function showResources(namespace, chart, revision) {
}

$(".fa-power-off").click(function () {
$(".fa-power-off").attr("disabled", "disabled").removeClass(".fa-power-off").addClass("fa-spin fa-spinner")
$.ajax({
url: "/",
type: 'DELETE',
Expand Down

0 comments on commit 476a2a3

Please sign in to comment.