Skip to content

Commit

Permalink
style(service-details): update style for update failure action field (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Dec 31, 2016
1 parent 487cb4e commit 2ef821f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions app/components/service/service.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,17 +200,14 @@
<td>Update Failure Action</td>
<td>
<div class="form-group">
<div class="col-sm-3">
<label class="radio-inline">
<input type="radio" name="failure_action" ng-model="service.newServiceUpdateFailureAction" value="continue" ng-change="changeUpdateFailureAction(service)">
Continue
</label>
<label class="radio-inline">
<input type="radio" name="failure_action" ng-model="service.newServiceUpdateFailureAction" value="pause" ng-change="changeUpdateFailureAction(service)">
Pause
</label>
</div>
<div class="col-sm-8"></div>
<label class="radio-inline">
<input type="radio" name="failure_action" ng-model="service.newServiceUpdateFailureAction" value="continue" ng-change="changeUpdateFailureAction(service)">
Continue
</label>
<label class="radio-inline">
<input type="radio" name="failure_action" ng-model="service.newServiceUpdateFailureAction" value="pause" ng-change="changeUpdateFailureAction(service)">
Pause
</label>
</div>
</td>
</tr>
Expand Down

0 comments on commit 2ef821f

Please sign in to comment.