mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-06 03:05:25 +00:00
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:
parent
453f43043b
commit
dbbe181cad
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user