diff --git a/web/components/yarn-cluster-tab.js b/web/components/yarn-cluster-tab.js index 96accf4..ba56b59 100644 --- a/web/components/yarn-cluster-tab.js +++ b/web/components/yarn-cluster-tab.js @@ -5,6 +5,7 @@ function yarnClusterTab() { { type: 'tabs', mountOnEnter: true, + unmountOnExit: true, tabsMode: 'line', tabs: [ { diff --git a/web/index.html b/web/index.html index 2ebe59a..4499b5d 100644 --- a/web/index.html +++ b/web/index.html @@ -52,6 +52,7 @@ body: { type: 'tabs', mountOnEnter: true, + unmountOnExit: true, tabsMode: 'strong', tabs: [ // logTab(),