1
0

feat(web): 完善confirmation快照页面

This commit is contained in:
2025-01-23 11:00:25 +08:00
parent 36c8959c01
commit e2b6b50497
14 changed files with 270 additions and 96 deletions

View File

@@ -101,7 +101,7 @@ function detailForm(showCreatedUserAndModifiedUser = false) {
multiple: false,
required: true,
joinValues: false,
...inputFileFormItemCommonOptions('.zip', size1GB),
...inputFileFormItemCommonOptions('.zip', size1GB, 1),
},
]
},
@@ -156,7 +156,7 @@ function detailForm(showCreatedUserAndModifiedUser = false) {
multiple: false,
required: true,
joinValues: false,
...inputFileFormItemCommonOptions('.xml'),
...inputFileFormItemCommonOptions('.xml', undefined, 1),
},
formInputSingleFileStatic('hdfsSiteFile', 'hdfs-site.xml'),
{
@@ -167,7 +167,7 @@ function detailForm(showCreatedUserAndModifiedUser = false) {
multiple: false,
required: true,
joinValues: false,
...inputFileFormItemCommonOptions('.xml'),
...inputFileFormItemCommonOptions('.xml', undefined, 1),
},
]
},
@@ -297,7 +297,7 @@ function detailForm(showCreatedUserAndModifiedUser = false) {
description: '可以上传用于作为格式示范的样例数据',
multiple: false,
joinValues: false,
...inputFileFormItemCommonOptions(undefined, size500MB),
...inputFileFormItemCommonOptions(undefined, size500MB, 1),
},
]
},