mirror of https://github.com/rancher/ui.git
Hide mtu input for custom cluster on flannel network provider
rancher/rancher#25267
This commit is contained in:
parent
29d132d63e
commit
93d1db387e
|
|
@ -171,6 +171,7 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if (not-eq config.network.plugin "flannel")}}
|
||||
<div class="col span-4">
|
||||
<label class="acc-label">
|
||||
{{t "clusterNew.rke.networkMTU.label"}}
|
||||
|
|
@ -205,6 +206,6 @@
|
|||
{{t "clusterNew.rke.networkMTU.help"}}
|
||||
</p>
|
||||
</CheckOverrideAllowed>
|
||||
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
Loading…
Reference in New Issue