Compare commits

...

1 Commits

Author SHA1 Message Date
alice groux
a324d7da97 fix(k8s/application): refreshing yaml panel doesn't change the selected panel 2020-11-24 17:59:36 +01:00

View File

@@ -146,7 +146,7 @@ class KubernetesApplicationController {
showEditor() {
this.state.showEditorTab = true;
this.selectTab(2);
this.selectTab(3);
}
isSystemNamespace() {