Hide mtu input for custom cluster on flannel network provider

rancher/rancher#25267
This commit is contained in:
Westly Wright 2020-02-05 09:48:19 -07:00
parent 29d132d63e
commit 93d1db387e
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 35 additions and 34 deletions

View File

@ -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>