mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 12:14:41 -05:00
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:
commit
a1f9a82537
@ -474,7 +474,7 @@ export default {
|
||||
groupName = "Services";
|
||||
}
|
||||
|
||||
this.$root.publicGroupList.push({
|
||||
this.$root.publicGroupList.unshift({
|
||||
name: groupName,
|
||||
monitorList: [],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user