0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-01 15:30:52 +01:00

🚸 Status page - add group action adds the new group at the top of the page

This commit is contained in:
Thomas LEVEIL 2021-11-05 11:27:19 +01:00
parent 210566c7af
commit baf3612ece

View File

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