fix: recreate action
This commit is contained in:
@@ -96,5 +96,9 @@ export default {
|
||||
'gpuservice.storage.tempCapacity.required':
|
||||
'Введите объём временного хранилища',
|
||||
'gpuservice.form.rule.name':
|
||||
"Строчные буквы, цифры и '-'. Должно начинаться и заканчиваться буквой или цифрой, без подряд идущих '-', максимум 63 символа."
|
||||
"Строчные буквы, цифры и '-'. Должно начинаться и заканчиваться буквой или цифрой, без подряд идущих '-', максимум 63 символа.",
|
||||
'gpuservice.storage.temporary.tips':
|
||||
'Data is cleared when the instance stops.',
|
||||
'gpuservice.storage.persistentVolume.tips':
|
||||
'Data persists across restarts and is deleted only when the instance is terminated. Cannot be shared with other instances.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user