diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index ce0f94b5..e257d731 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -474,7 +474,7 @@ export default { groupName = "Services"; } - this.$root.publicGroupList.push({ + this.$root.publicGroupList.unshift({ name: groupName, monitorList: [], });