Cosmetics around poweroff

This commit is contained in:
Andrei Pohilko
2022-09-08 13:00:29 +01:00
parent 4bd510962a
commit 476a2a32d9

View File

@@ -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',