mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
fix(kube/setup): toggle section on click [EE-4799] (#9107)
This commit is contained in:
parent
58651810bd
commit
2018529add
2 changed files with 4 additions and 2 deletions
|
@ -85,7 +85,9 @@ class KubernetesConfigureController {
|
|||
return _.find(this.formValues.IngressClasses, { Type: this.IngressClassTypes.TRAEFIK });
|
||||
}
|
||||
|
||||
toggleAdvancedIngSettings() {
|
||||
toggleAdvancedIngSettings($event) {
|
||||
$event.stopPropagation();
|
||||
$event.preventDefault();
|
||||
this.$scope.$evalAsync(() => {
|
||||
this.state.isIngToggleSectionExpanded = !this.state.isIngToggleSectionExpanded;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue