diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index 2fedd9833db..922c87e32eb 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -379,6 +379,11 @@ id: 'TAR', description: 'TAR' }); + } else if (args.hypervisor == "Hyperv") { + items.push({ + id: 'VHD', + description: 'VHD' + }); } args.response.success({ data: items