mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 02:15:59 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ export default {
|
||||||
groupName = "Services";
|
groupName = "Services";
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$root.publicGroupList.push({
|
this.$root.publicGroupList.unshift({
|
||||||
name: groupName,
|
name: groupName,
|
||||||
monitorList: [],
|
monitorList: [],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue