This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch import-qcow-rename in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 8c4abf6a65f978e779a787f413e1bfa578f1b07f Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com> AuthorDate: Tue Jan 16 18:30:57 2024 +0100 Update ManageInstances.vue --- ui/src/views/tools/ManageInstances.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/views/tools/ManageInstances.vue b/ui/src/views/tools/ManageInstances.vue index c7913cabbe4..968c3dd1019 100644 --- a/ui/src/views/tools/ManageInstances.vue +++ b/ui/src/views/tools/ManageInstances.vue @@ -576,7 +576,7 @@ export default { }, { name: 'local', - label: 'Import QCOW image from Local Storage', + label: 'Import QCOW2 image from Local Storage', sourceDestHypervisors: { kvm: 'kvm' }, @@ -585,7 +585,7 @@ export default { }, { name: 'shared', - label: 'Import QCOW image from Shared Storage', + label: 'Import QCOW2 image from Shared Storage', sourceDestHypervisors: { kvm: 'kvm' },