Browse Source

🚸 Status page - add group action adds the new group at the top of the page

thomasleveil/ux/add-group-at-the-top
Thomas LEVEIL 3 years ago
parent
commit
baf3612ece
  1. 2
      src/pages/StatusPage.vue

2
src/pages/StatusPage.vue

@ -459,7 +459,7 @@ export default {
groupName = "Services";
}
this.$root.publicGroupList.push({
this.$root.publicGroupList.unshift({
name: groupName,
monitorList: [],
});

Loading…
Cancel
Save