Commit 44e8fb29 authored by Dietmar Maurer's avatar Dietmar Maurer

only display disk format selector on create

parent 15b11246
......@@ -142,7 +142,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
});
}
if (!me.unused) {
if (me.create && !me.unused) {
me.column2.push({
xtype: 'PVE.form.DiskFormatSelector',
name: 'diskformat',
......
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