mirror of https://github.com/rancher/dashboard.git
Fix empty advanced tab shown on edit cluster page (#6862)
This commit is contained in:
parent
c30a39e5af
commit
17cc61fd7a
|
|
@ -2089,6 +2089,7 @@ export default {
|
|||
</Tab>
|
||||
|
||||
<Tab
|
||||
v-if="haveArgInfo || agentArgs['protect-kernel-defaults']"
|
||||
name="advanced"
|
||||
label-key="cluster.tabs.advanced"
|
||||
:weight="-1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue