mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-23 20:13:35 +00:00
ui: ceph: fix code indentation in onShow of wizard
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bbfbf0efe9
commit
cd56fd5557
@ -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: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user