From 7ea3930ae9770c2c52749de9a523f007b80d8b24 Mon Sep 17 00:00:00 2001 From: Anshul Gangwar Date: Tue, 10 Jun 2014 16:43:40 +0530 Subject: [PATCH] CLOUDSTACK-6867: Added option to upload the volume in VHDX format --- ui/scripts/storage.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 45890b08443..df1c9984670 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -305,6 +305,10 @@ id: 'VHD', description: 'VHD' }); + items.push({ + id: 'VHDX', + description: 'VHDX' + }); items.push({ id: 'OVA', description: 'OVA'