diff --git a/pkg/dashboard/static/index.html b/pkg/dashboard/static/index.html index 993702bd..35b71734 100644 --- a/pkg/dashboard/static/index.html +++ b/pkg/dashboard/static/index.html @@ -75,6 +75,24 @@
+ + + diff --git a/pkg/dashboard/static/scripts.js b/pkg/dashboard/static/scripts.js index a74c3b80..a18df588 100644 --- a/pkg/dashboard/static/scripts.js +++ b/pkg/dashboard/static/scripts.js @@ -265,6 +265,7 @@ $(".bi-power").click(function () { type: 'DELETE', }).done(function () { // TODO: display explanation overlay here + $("#PowerOffModal").modal('show'); window.close(); }) })