Merge pull request #2544 from westlywright/windows-support-display-bug

Fix incorrect styling of labels for rke windows support
This commit is contained in:
Westly Wright 2019-01-03 10:37:52 -07:00 committed by GitHub
commit 492065249e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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