diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue
index edf32561..2cdbf1b5 100644
--- a/src/pages/StatusPage.vue
+++ b/src/pages/StatusPage.vue
@@ -276,9 +276,23 @@
-
+
+
+
+ {{ option.name }}
+
+
+
{{ $t("No monitors available.") }} {{ $t("Add one") }}
@@ -339,6 +353,8 @@ import PublicGroupList from "../components/PublicGroupList.vue";
import MaintenanceTime from "../components/MaintenanceTime.vue";
import { getResBaseURL } from "../util-frontend";
import { STATUS_PAGE_ALL_DOWN, STATUS_PAGE_ALL_UP, STATUS_PAGE_MAINTENANCE, STATUS_PAGE_PARTIAL_DOWN, UP, MAINTENANCE } from "../util.ts";
+import Tag from "../components/Tag.vue";
+import VueMultiselect from "vue-multiselect";
const toast = useToast();
@@ -359,6 +375,8 @@ export default {
Confirm,
PrismEditor,
MaintenanceTime,
+ Tag,
+ VueMultiselect
},
// Leave Page for vue route change