feat: add backend version field

This commit is contained in:
jialin
2024-11-25 12:10:12 +08:00
parent 59d2c5ae3c
commit a42df69a7f
8 changed files with 31 additions and 6 deletions
+4 -1
View File
@@ -70,5 +70,8 @@ export default {
'models.logs.pagination.prev': 'Previous {lines} Lines',
'models.logs.pagination.next': 'Next {lines} Lines',
'models.form.localPath': 'Local Path',
'models.form.filePath': 'Model Path'
'models.form.filePath': 'Model Path',
'model.form.backendVersion': 'Backend Version',
'models.form.backendVersion.tips':
'Pin a specific version to keep the backend stable across GPUStack upgrades.'
};
+4 -1
View File
@@ -68,5 +68,8 @@ export default {
'models.logs.pagination.prev': '上一 {lines} 行',
'models.logs.pagination.next': '下一 {lines} 行',
'models.form.localPath': '本地路径',
'models.form.filePath': '模型路径'
'models.form.filePath': '模型路径',
'model.form.backendVersion': '后端版本',
'model.form.backendVersion.tips':
'固定指定版本以保持后端在 GPUStack 升级过程中的稳定性'
};