fix: distributed servers info

This commit is contained in:
jialin
2025-06-25 20:29:48 +08:00
parent 3889c1fa71
commit 8751400ae3
23 changed files with 535 additions and 215 deletions
+3 -3
View File
@@ -194,13 +194,13 @@ export default {
'common.delete.confirm':
'Are you sure you want to delete the selected {type}?',
'common.delete.single.confirm':
'Are you sure you want to delete <span style="font-size: 13px;font-weight: 700">{name}</span>?',
'Are you sure you want to delete? \n <span style="font-size: 13px;font-weight: 700">{name}</span>',
'common.stop.confirm': 'Are you sure you want to stop the selected {type}?',
'common.stop.single.confirm':
'Are you sure you want to stop <span style="font-size: 13px;font-weight: 700">{name}</span>?',
'Are you sure you want to stop? \n <span style="font-size: 13px;font-weight: 700">{name}</span>',
'common.start.confirm': 'Are you sure you want to start the selected {type}?',
'common.start.single.confirm':
'Are you sure you want to start <span style="font-size: 13px;font-weight: 700">{name}</span>?',
'Are you sure you want to start? \n <span style="font-size: 13px;font-weight: 700">{name}</span>',
'common.filter.name': 'Filter by name',
'common.form.password': 'Password',
'common.form.username': 'Username',