feat: add env field in deploy form

This commit is contained in:
jialin
2025-02-21 17:05:06 +08:00
parent a89ff584fd
commit c6cc5810ca
9 changed files with 55 additions and 11 deletions
+4 -2
View File
@@ -213,9 +213,11 @@ export default {
'common.title.stop.confirm': 'Confirm stop',
'common.title.start.confirm': 'Confirm start',
'common.title.recreate.confirm': 'Confirm recreate',
'common.button.addLabel': 'Add Labels',
'common.button.addSelector': 'Add Selectors',
'common.button.addLabel': 'Add Label',
'common.button.addSelector': 'Add Selector',
'common.button.addParams': 'Add Parameter',
'common.button.vars': 'Add Variable',
'common.text.variable': 'Variable',
'common.text.here': 'here',
'common.text.latest': 'Latest',
'common.text.new': 'New',
+1
View File
@@ -10,6 +10,7 @@ export default {
'models.form.filename': 'File Name',
'models.form.replicas': 'Replicas',
'models.form.selector': 'Selector',
'models.form.env': 'Environment Variables',
'models.form.configurations': 'Configurations',
'models.form.s3address': 'S3 Address',
'models.form.partialoffload.tips':
+2
View File
@@ -209,6 +209,8 @@ export default {
'common.button.addLabel': '添加标签',
'common.button.addSelector': '添加选择器',
'common.button.addParams': '添加参数',
'common.button.vars': '添加变量',
'common.text.variable': '变量',
'common.text.here': '这里',
'common.text.latest': '最新',
'common.text.new': '新',
+1
View File
@@ -10,6 +10,7 @@ export default {
'models.form.filename': '文件名',
'models.form.replicas': '副本数',
'models.form.selector': '选择器',
'models.form.env': '环境变量',
'models.form.configurations': '配置',
'models.form.s3address': 'S3 地址',
'models.form.partialoffload.tips':