Skip to content

Commit 7ea3930

Browse files
anshulgangwardevdeep
authored andcommitted
CLOUDSTACK-6867: Added option to upload the volume in VHDX format
1 parent 66d1eb9 commit 7ea3930

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ui/scripts/storage.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@
305305
id: 'VHD',
306306
description: 'VHD'
307307
});
308+
items.push({
309+
id: 'VHDX',
310+
description: 'VHDX'
311+
});
308312
items.push({
309313
id: 'OVA',
310314
description: 'OVA'

0 commit comments

Comments
 (0)