Disable autoSelect of target storage

autoSelect: true  was surreptitiously commited with the refactoring
of 406ac585db
( Use component references via lookupReference() )
This commit is contained in:
Emmanuel Kasper 2017-01-12 14:31:52 +01:00 committed by Dietmar Maurer
parent d3c0bf7b95
commit 22c01a4473

View File

@ -240,7 +240,7 @@ Ext.define('PVE.window.Clone', {
nodename: me.nodename,
fieldLabel: gettext('Target Storage'),
storageContent: 'images',
autoSelect: true,
autoSelect: false, // will use for each disk the same storage as source
allowBlank: true,
disabled: me.isTemplate ? true : false, // because default mode is clone for templates
hidden: false,