mirror of
https://github.com/portainer/portainer.git
synced 2025-07-26 00:39:41 +02:00
style(service-details): update style for update failure action field (#443)
This commit is contained in:
parent
487cb4e755
commit
2ef821f118
1 changed files with 8 additions and 11 deletions
|
@ -200,17 +200,14 @@
|
||||||
<td>Update Failure Action</td>
|
<td>Update Failure Action</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-3">
|
<label class="radio-inline">
|
||||||
<label class="radio-inline">
|
<input type="radio" name="failure_action" ng-model="service.newServiceUpdateFailureAction" value="continue" ng-change="changeUpdateFailureAction(service)">
|
||||||
<input type="radio" name="failure_action" ng-model="service.newServiceUpdateFailureAction" value="continue" ng-change="changeUpdateFailureAction(service)">
|
Continue
|
||||||
Continue
|
</label>
|
||||||
</label>
|
<label class="radio-inline">
|
||||||
<label class="radio-inline">
|
<input type="radio" name="failure_action" ng-model="service.newServiceUpdateFailureAction" value="pause" ng-change="changeUpdateFailureAction(service)">
|
||||||
<input type="radio" name="failure_action" ng-model="service.newServiceUpdateFailureAction" value="pause" ng-change="changeUpdateFailureAction(service)">
|
Pause
|
||||||
Pause
|
</label>
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="col-sm-8"></div>
|
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue