Skip to content

Commit 7b1214e

Browse files
lucas-a-martinsLucas Martins
authored andcommitted
Add direct download option to Users GUI (apache#10193)
Co-authored-by: Lucas Martins <[email protected]>
1 parent 0627921 commit 7b1214e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/image/RegisterOrUploadTemplate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
</template>
221221
<a-switch v-model:checked="form.kvdoenable" />
222222
</a-form-item>
223-
<a-row :gutter="12" v-if="allowed && (hyperKVMShow || hyperCustomShow) && currentForm === 'Create'">
223+
<a-row :gutter="12" v-if="(hyperKVMShow || hyperCustomShow) && currentForm === 'Create'">
224224
<a-col :md="24" :lg="12">
225225
<a-form-item ref="directdownload" name="directdownload">
226226
<template #label>

0 commit comments

Comments
 (0)