Commit 0375c4f2 authored by Dietmar Maurer's avatar Dietmar Maurer

fix bug #690: workaround - list all storages

It is currently unclear howto restrict storages for container usage.
The 'rootdir' property does not work anymore, because we can now create
containers on normal VM image files.
parent e14ecb82
......@@ -23,7 +23,7 @@ Ext.define('PVE.window.Restore', {
name: 'storage',
value: '',
fieldLabel: gettext('Storage'),
storageContent: (me.vmtype === 'lxc') ? 'rootdir' : 'images',
storageContent: 'images,rootdir',
allowBlank: true
});
......
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