style(container-creation): review auto remove element position

pull/2745/head
Anthony Lapenna 2019-02-25 13:09:09 +13:00
parent 7aa6a30614
commit 9c4c782a90
1 changed files with 4 additions and 2 deletions

View File

@ -124,8 +124,8 @@
<div class="col-sm-12 form-section-title">
Actions
</div>
<!-- autoremove -->
<div class="form-group">
<!-- autoremove -->
<div class="col-sm-12">
<label for="ownership" class="control-label text-left">
Auto remove
@ -135,7 +135,9 @@
<input type="checkbox" ng-model="config.HostConfig.AutoRemove"><i></i>
</label>
</div>
<!-- !autoremove -->
</div>
<!-- !autoremove -->
<div class="form-group">
<div class="col-sm-12">
<button type="button" class="btn btn-primary btn-sm" ng-disabled="state.actionInProgress || !config.Image || (!formValues.Registry && fromContainer)" ng-click="create()" button-spinner="state.actionInProgress">
<span ng-hide="state.actionInProgress">Deploy the container</span>