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
commit a1f9a82537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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