mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Cosmetics around poweroff
This commit is contained in:
@@ -349,6 +349,7 @@ function showResources(namespace, chart, revision) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(".fa-power-off").click(function () {
|
$(".fa-power-off").click(function () {
|
||||||
|
$(".fa-power-off").attr("disabled", "disabled").removeClass(".fa-power-off").addClass("fa-spin fa-spinner")
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/",
|
url: "/",
|
||||||
type: 'DELETE',
|
type: 'DELETE',
|
||||||
|
|||||||
Reference in New Issue
Block a user