Thomas LÉVEIL
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/pages/StatusPage.vue
|
@ -474,7 +474,7 @@ export default { |
|
|
groupName = "Services"; |
|
|
groupName = "Services"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.$root.publicGroupList.push({ |
|
|
this.$root.publicGroupList.unshift({ |
|
|
name: groupName, |
|
|
name: groupName, |
|
|
monitorList: [], |
|
|
monitorList: [], |
|
|
}); |
|
|
}); |
|
|