mirror of https://github.com/rancher/ui.git
add container
This commit is contained in:
parent
9873ea568c
commit
b9d44f31ce
|
|
@ -10,7 +10,7 @@
|
|||
{{#if editing}}
|
||||
{{#if canRequestHost}}
|
||||
<div class="radio mb-0">
|
||||
<label>{{radio-button selection=isRequestedHost value=true}}
|
||||
<label class="acc-label">{{radio-button selection=isRequestedHost value=true}}
|
||||
{{#if isService}}
|
||||
{{#if (eq isVm 'virtual machines')}}
|
||||
{{t 'formScheduling.canRequestHost.vm' htmlSafe=true}}
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
{{/if}}
|
||||
</td>
|
||||
{{#if editing}}
|
||||
<td class="text-right">
|
||||
<div class="input-group-btn">
|
||||
<button class="btn bg-primary btn-sm" {{action "remove"}}><i class="icon icon-minus"/></button>
|
||||
</td>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -152,16 +152,16 @@
|
|||
</div>
|
||||
|
||||
{{#if (and isService showStrategy)}}
|
||||
<label class="acc-label">{{t 'formHealthCheck.strategy.label'}}</label>
|
||||
<label class="acc-label mt-20">{{t 'formHealthCheck.strategy.label'}}</label>
|
||||
{{#input-or-display editable=editing value=strategy}}
|
||||
<div class="radio input">
|
||||
<label class="acc-label">{{radio-button selection=strategy value="none"}} {{t 'formHealthCheck.strategy.none'}}</label>
|
||||
<div class="radio">
|
||||
<label>{{radio-button selection=strategy value="none"}} {{t 'formHealthCheck.strategy.none'}}</label>
|
||||
</div>
|
||||
<div class="radio input">
|
||||
<label class="acc-label">{{radio-button selection=strategy value="recreate"}} {{t 'formHealthCheck.strategy.recreate'}}</label>
|
||||
<div class="radio mt-10">
|
||||
<label>{{radio-button selection=strategy value="recreate"}} {{t 'formHealthCheck.strategy.recreate'}}</label>
|
||||
</div>
|
||||
<div class="radio input">
|
||||
<label class="acc-label">
|
||||
<div class="radio">
|
||||
<label>
|
||||
{{radio-button selection=strategy value="recreateOnQuorum"}}
|
||||
<span class="with-input">
|
||||
{{t 'formHealthCheck.strategy.recreateOnQuorumPrefix' quorum=quorum}}
|
||||
|
|
|
|||
|
|
@ -293,6 +293,10 @@ input.input-lg,
|
|||
}
|
||||
}
|
||||
|
||||
.box .input-group-addon.bg-default {
|
||||
background: darken($input-bg, 10);
|
||||
}
|
||||
|
||||
.field-required {
|
||||
padding-left: 5px;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6f7e52bf171e253ce70ee19ded57e18af60832ad
|
||||
Subproject commit 178e091d996fe5dd05b2f9c34b447d36c2b2e165
|
||||
Loading…
Reference in New Issue