mirror of https://github.com/rancher/ui.git
commit
feb208bab0
|
|
@ -19,6 +19,6 @@
|
|||
|
||||
<div class="row form-group">
|
||||
<div class="r-pt10">
|
||||
<label>{{input type="checkbox" checked=pullImage}} {{t 'formImage.pullImage.label'}}</label>
|
||||
<label class="small radio">{{input type="checkbox" checked=pullImage}} {{t 'formImage.pullImage.label'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
<div class="col-sm-12 col-md-8">
|
||||
{{#input-or-display editable=editing value=dnsDiscovery}}
|
||||
<label class="form-control-static">{{input type="checkbox" checked=dnsDiscovery}}<p>{{t 'formNetwork.dns.enable' appName=settings.appName}}</p></label>
|
||||
<label class="form-control-static radio small">{{input type="checkbox" checked=dnsDiscovery}}{{t 'formNetwork.dns.enable' appName=settings.appName}}</label>
|
||||
{{/input-or-display}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<div class="col-sm-12 col-md-8 form-control-static">
|
||||
{{#if volumesFromLaunchConfigChoices.length}}
|
||||
{{#each volumesFromLaunchConfigChoices as |choice|}}
|
||||
<label class="r-mr10" style="color: inherit; text-transform: none;">{{input type="checkbox" checked=choice.enabled}} {{choice.displayName}}</label>
|
||||
<label class="r-mr10 radio small" style="color: inherit; text-transform: none;">{{input type="checkbox" checked=choice.enabled}} {{choice.displayName}}</label>
|
||||
{{/each}}
|
||||
{{else}}
|
||||
<span class="text-muted">{{t 'formVolumes.noLaunchConfigs'}}</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue