Commit 8b594ead authored by Dietmar Maurer's avatar Dietmar Maurer

allow all storages with content type 'images' for containers

New LXC containers can use raw images, so the distinction between 'images'
and 'rootdir' does not really makes sense now.
parent 7827629d
......@@ -18,7 +18,7 @@ Ext.define('PVE.lxc.CreateWizard', {
var storagesel = Ext.create('PVE.form.StorageSelector', {
name: 'storage',
fieldLabel: gettext('Storage'),
storageContent: 'rootdir',
storageContent: 'images,rootdir',
autoSelect: true,
allowBlank: false
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment