]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph: fix code indentation in onShow of wizard
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jun 2023 11:42:47 +0000 (13:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jun 2023 17:04:12 +0000 (19:04 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/CephInstallWizard.js

index 5e6f7bc6082dc51b3cb9d98830c4c9ccda876baf..3dec60109fdf81f983584474b780421955d9491f 100644 (file)
@@ -170,12 +170,12 @@ Ext.define('PVE.ceph.CephInstallWizard', {
        tp.setActiveTab(initialTab);
     },
     onShow: function() {
-           this.callParent(arguments);
-           var isInstalled = this.getViewModel().get('isInstalled');
-           if (isInstalled) {
-               this.getViewModel().set('configuration', false);
-               this.setInitialTab(2);
-           }
+       this.callParent(arguments);
+       var isInstalled = this.getViewModel().get('isInstalled');
+       if (isInstalled) {
+           this.getViewModel().set('configuration', false);
+           this.setInitialTab(2);
+       }
     },
     items: [
        {