diff --git a/pkg/dashboard/static/index.html b/pkg/dashboard/static/index.html index 993702b..35b7173 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 a74c3b8..a18df58 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(); }) })