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>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if (not-eq config.network.plugin "flannel")}}
|
||||||
<div class="col span-4">
|
<div class="col span-4">
|
||||||
<label class="acc-label">
|
<label class="acc-label">
|
||||||
{{t "clusterNew.rke.networkMTU.label"}}
|
{{t "clusterNew.rke.networkMTU.label"}}
|
||||||
|
|
@ -205,6 +206,6 @@
|
||||||
{{t "clusterNew.rke.networkMTU.help"}}
|
{{t "clusterNew.rke.networkMTU.help"}}
|
||||||
</p>
|
</p>
|
||||||
</CheckOverrideAllowed>
|
</CheckOverrideAllowed>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue