diff --git a/web/public/js/components/server/http-pages-and-shutdown-box.js b/web/public/js/components/server/http-pages-and-shutdown-box.js index 9618f77a..a36aa170 100644 --- a/web/public/js/components/server/http-pages-and-shutdown-box.js +++ b/web/public/js/components/server/http-pages-and-shutdown-box.js @@ -8,7 +8,7 @@ Vue.component("http-pages-and-shutdown-box", { let shutdownConfig = { isPrior: false, isOn: false, - bodyType: "url", + bodyType: "html", url: "", body: "", status: 0 @@ -18,7 +18,7 @@ Vue.component("http-pages-and-shutdown-box", { this.vShutdownConfig.body = "" } if (this.vShutdownConfig.bodyType == null) { - this.vShutdownConfig.bodyType = "url" + this.vShutdownConfig.bodyType = "html" } shutdownConfig = this.vShutdownConfig } @@ -129,8 +129,8 @@ Vue.component("http-pages-and-shutdown-box", {