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

pull/884/head
Thomas LEVEIL 3 years ago
parent 210566c7af
commit baf3612ece

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

Loading…
Cancel
Save