mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-15 11:40:38 +08:00
feat: list all server info in server status page
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user