Merge pull request #884 from thomasleveil/ux/add-group-at-the-top

🚸 Status page - add group action adds the new group at the top
This commit is contained in:
Louis Lam
2021-11-24 11:48:58 +08:00
committed by GitHub

View File

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