]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: fix indentation, again ...
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 3 May 2020 12:08:42 +0000 (14:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 3 May 2020 12:10:17 +0000 (14:10 +0200)
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 <t.lamprecht@proxmox.com>
www/manager6/window/Clone.js

index bb7ab6e8aada04b83669e5e7cf63dcf3c5b53d3f..5c6c2f758c770d27f10ae3234f3828dabcb21d3a 100644 (file)
@@ -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',