You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/04/20 13:28:21 UTC

[cloudstack] branch main updated: UI: checksum field is optional for direct-download templates on kvm (#6290)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f076ff10d8 UI: checksum field is optional for direct-download templates on kvm (#6290)
9f076ff10d8 is described below

commit 9f076ff10d8bf4463b3cea7ccd54e74aa334d4ae
Author: Wei Zhou <we...@apache.org>
AuthorDate: Wed Apr 20 15:28:12 2022 +0200

    UI: checksum field is optional for direct-download templates on kvm (#6290)
---
 ui/src/views/image/RegisterOrUploadTemplate.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui/src/views/image/RegisterOrUploadTemplate.vue b/ui/src/views/image/RegisterOrUploadTemplate.vue
index 8eb7418a5a7..709ae4a5873 100644
--- a/ui/src/views/image/RegisterOrUploadTemplate.vue
+++ b/ui/src/views/image/RegisterOrUploadTemplate.vue
@@ -397,7 +397,6 @@ export default {
         zoneid: [{ required: true, message: this.$t('message.error.select') }],
         hypervisor: [{ type: 'number', required: true, message: this.$t('message.error.select') }],
         format: [{ required: true, message: this.$t('message.error.select') }],
-        checksum: [{ required: true, message: this.$t('message.error.required.input') }],
         ostypeid: [{ required: true, message: this.$t('message.error.select') }],
         groupenabled: [{ type: 'array' }]
       })