mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
fix(k8s/application): refreshing yaml panel doesn't change the selected panel (#4500)
This commit is contained in:
parent
faded67deb
commit
7398d54ed0
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class KubernetesApplicationController {
|
|||
|
||||
showEditor() {
|
||||
this.state.showEditorTab = true;
|
||||
this.selectTab(2);
|
||||
this.selectTab(3);
|
||||
}
|
||||
|
||||
isSystemNamespace() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue