ui: fix indentation, again ...

exact same thing commit 67cb91e4d7
already did for the old location of this, but indentation error was
introduced again when moving it (fix y'all editors..)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-03 14:08:42 +02:00
parent 453f43043b
commit dbbe181cad

View File

@ -212,13 +212,13 @@ Ext.define('PVE.window.Clone', {
allowBlank: false, allowBlank: false,
hidden: !me.isTemplate, hidden: !me.isTemplate,
value: me.isTemplate ? 'clone' : 'copy', value: me.isTemplate ? 'clone' : 'copy',
comboItems: modelist, comboItems: modelist,
listeners: { listeners: {
change: function(t, value) { change: function(t, value) {
me.updateVisibility(); me.updateVisibility();
me.verifyFeature(); me.verifyFeature();
} }
} }
}, },
{ {
xtype: 'PVE.form.SnapshotSelector', xtype: 'PVE.form.SnapshotSelector',