mirror of https://github.com/rancher/ui.git
Merge pull request #2544 from westlywright/windows-support-display-bug
Fix incorrect styling of labels for rke windows support
This commit is contained in:
commit
492065249e
|
|
@ -95,7 +95,7 @@
|
|||
<div class="col span-4">
|
||||
<label class="acc-label">{{t "clusterNew.rke.windowsSupport.label"}}</label>
|
||||
<div class="radio">
|
||||
<label class={{if (not-eq config.network.plugin "flannel") "text-muted"}}>
|
||||
<label class={{if (not-eq cluster.rancherKubernetesEngineConfig.network.plugin "flannel") "text-muted"}}>
|
||||
{{radio-button
|
||||
selection=windowsSupport
|
||||
value=true
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label class={{if (not-eq config.network.plugin "flannel") "text-muted"}}>
|
||||
<label class={{if (not-eq cluster.rancherKubernetesEngineConfig.network.plugin "flannel") "text-muted"}}>
|
||||
{{radio-button
|
||||
selection=windowsSupport
|
||||
value=false
|
||||
|
|
|
|||
Loading…
Reference in New Issue