From dbbe181cad1c23f7c297b740f5531ece1ddca19c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 3 May 2020 14:08:42 +0200 Subject: [PATCH] ui: fix indentation, again ... exact same thing commit 67cb91e4d7c98ab8cf4d8047af5e3789932bb52c 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 --- www/manager6/window/Clone.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/manager6/window/Clone.js b/www/manager6/window/Clone.js index bb7ab6e8..5c6c2f75 100644 --- a/www/manager6/window/Clone.js +++ b/www/manager6/window/Clone.js @@ -212,13 +212,13 @@ Ext.define('PVE.window.Clone', { allowBlank: false, hidden: !me.isTemplate, value: me.isTemplate ? 'clone' : 'copy', - comboItems: modelist, - listeners: { - change: function(t, value) { - me.updateVisibility(); - me.verifyFeature(); - } - } + comboItems: modelist, + listeners: { + change: function(t, value) { + me.updateVisibility(); + me.verifyFeature(); + } + } }, { xtype: 'PVE.form.SnapshotSelector',