Browse Source

Merge baf3612ece into daef238a70

pull/884/merge
Thomas LÉVEIL 4 years ago
committed by GitHub
parent
commit
fc234cee3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/StatusPage.vue

2
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: [],
}); });

Loading…
Cancel
Save