From cd56fd5557e39a4d427bde5d34ab4a23fa6bb5b0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 5 Jun 2023 13:42:47 +0200 Subject: [PATCH] ui: ceph: fix code indentation in onShow of wizard Signed-off-by: Thomas Lamprecht --- www/manager6/ceph/CephInstallWizard.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js index 5e6f7bc6..3dec6010 100644 --- a/www/manager6/ceph/CephInstallWizard.js +++ b/www/manager6/ceph/CephInstallWizard.js @@ -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: [ {