feat: list all server info in server status page

This commit is contained in:
tiny-craft
2023-07-14 11:36:07 +08:00
parent ddf69a3bb2
commit 484cdcf54e
4 changed files with 88 additions and 41 deletions

View File

@@ -29,7 +29,7 @@ const selectedKeys = ref([])
watch(selectedKeys, () => {
const key = selectedKeys.value[0]
// try remove group name
// try to remove group name
const kparts = split(key, '/')
const len = size(kparts)
if (len > 1) {