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

This commit is contained in:
Thomas LEVEIL 2021-11-05 11:27:19 +01:00
parent 210566c7af
commit baf3612ece

View File

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