fix: resource label value validation

This commit is contained in:
jialin
2024-09-14 19:49:22 +08:00
parent 0adca93d5c
commit 1fe42a6eda
6 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default {
'common.button.disabled': 'Disabled',
'common.button.upgrade': 'Upgrade',
'common.input.holder': 'Please enter',
'common.validate.value': 'value is required',
'common.validate.value': '{name} value is required',
'common.button.edit': 'Edit',
'common.button.authorize': 'Role Authorization',
'common.button.confirm': 'Confirm',
+1
View File
@@ -8,6 +8,7 @@ export default {
'resources.table.labels': 'Labels',
'resources.table.hostname': 'Hostname',
'resources.table.key.tips': 'The same key exists.',
'resources.form.label': 'Label',
'resources.form.advanced': 'Advanced',
'resources.form.enablePartialOffload': 'Allow CPU Offloading',
'resources.form.placementStrategy': 'Placement Strategy',