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">
|
<div class="col span-4">
|
||||||
<label class="acc-label">{{t "clusterNew.rke.windowsSupport.label"}}</label>
|
<label class="acc-label">{{t "clusterNew.rke.windowsSupport.label"}}</label>
|
||||||
<div class="radio">
|
<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
|
{{radio-button
|
||||||
selection=windowsSupport
|
selection=windowsSupport
|
||||||
value=true
|
value=true
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="radio">
|
<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
|
{{radio-button
|
||||||
selection=windowsSupport
|
selection=windowsSupport
|
||||||
value=false
|
value=false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue