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':