diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 2f70ef8cb32..21cbeed5ef2 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -207,6 +207,7 @@ label: 'label.format', select: function(args) { var items = []; + items.push({ id: 'RAW', description: 'RAW' }); items.push({ id: 'VHD', description: 'VHD' }); items.push({ id: 'OVA', description: 'OVA' }); items.push({ id: 'QCOW2', description: 'QCOW2' });