File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 88
88
<a-switch v-model:checked =" form.directdownload" />
89
89
</a-form-item >
90
90
91
+ <a-form-item ref =" checksum" name =" checksum" >
92
+ <template #label >
93
+ <tooltip-label :title =" $t('label.checksum')" :tooltip =" apiParams.checksum.description" />
94
+ </template >
95
+ <a-input
96
+ v-model:value =" form.checksum"
97
+ :placeholder =" apiParams.checksum.description" />
98
+ </a-form-item >
99
+
91
100
<a-form-item ref =" zoneid" name =" zoneid" >
92
101
<template #label >
93
102
<tooltip-label :title =" $t('label.zoneid')" :tooltip =" apiParams.zoneid.description" />
Original file line number Diff line number Diff line change 214
214
</a-form-item >
215
215
</a-col >
216
216
</a-row >
217
- <a-row :gutter =" 12" v-if = " allowed && (hyperKVMShow || hyperCustomShow) && currentForm === 'Create' " >
218
- <a-col :md =" 24" :lg =" 12" >
217
+ <a-row :gutter =" 12" >
218
+ <a-col :md =" 24" :lg =" 12" v-if = " (hyperKVMShow || hyperCustomShow) && currentForm === 'Create' " >
219
219
<a-form-item ref =" directdownload" name =" directdownload" >
220
220
<template #label >
221
221
<tooltip-label :title =" $t('label.directdownload')" :tooltip =" apiParams.directdownload.description" />
222
222
</template >
223
223
<a-switch v-model:checked =" form.directdownload" @change =" handleChangeDirect" />
224
224
</a-form-item >
225
225
</a-col >
226
- <a-col :md =" 24" :lg =" 12" v-if = " allowDirectDownload " >
226
+ <a-col :md =" 24" :lg =" 12" >
227
227
<a-form-item ref =" checksum" name =" checksum" >
228
228
<template #label >
229
229
<tooltip-label :title =" $t('label.checksum')" :tooltip =" apiParams.checksum.description" />
You can’t perform that action at this time.
0 commit comments