diff --git a/app/kubernetes/views/applications/edit/applicationController.js b/app/kubernetes/views/applications/edit/applicationController.js index 773e2099c..0d4b3482a 100644 --- a/app/kubernetes/views/applications/edit/applicationController.js +++ b/app/kubernetes/views/applications/edit/applicationController.js @@ -146,7 +146,7 @@ class KubernetesApplicationController { showEditor() { this.state.showEditorTab = true; - this.selectTab(2); + this.selectTab(3); } isSystemNamespace() {