mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-11 08:04:17 -08:00
🚸 Status page - add group action adds the new group at the top of the page
This commit is contained in:
parent
210566c7af
commit
baf3612ece
|
@ -459,7 +459,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