fix: add form validation
This commit is contained in:
@@ -290,5 +290,11 @@ export default {
|
||||
'models.instance.previousRun': 'Previous Run',
|
||||
'models.instance.startHistory': 'Run History',
|
||||
'models.instance.startHistory.tips':
|
||||
'Shows logs from the run before the last error-triggered restart.'
|
||||
'Shows logs from the run before the last error-triggered restart.',
|
||||
'models.form.lora.label': 'LoRA Adapter',
|
||||
'models.form.lora.add': 'Add LoRA Adapter',
|
||||
'models.form.lora.select': 'Select LoRA',
|
||||
'models.form.lora.name': 'LoRA name',
|
||||
'models.form.lora.rule.empty': 'Input cannot be empty',
|
||||
'models.form.lora.rule.duplicate': 'LoRA name cannot be duplicated'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user