mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
style(container-creation): review auto remove element position
This commit is contained in:
parent
7aa6a30614
commit
9c4c782a90
1 changed files with 4 additions and 2 deletions
|
@ -124,8 +124,8 @@
|
||||||
<div class="col-sm-12 form-section-title">
|
<div class="col-sm-12 form-section-title">
|
||||||
Actions
|
Actions
|
||||||
</div>
|
</div>
|
||||||
|
<!-- autoremove -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<!-- autoremove -->
|
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<label for="ownership" class="control-label text-left">
|
<label for="ownership" class="control-label text-left">
|
||||||
Auto remove
|
Auto remove
|
||||||
|
@ -135,7 +135,9 @@
|
||||||
<input type="checkbox" ng-model="config.HostConfig.AutoRemove"><i></i>
|
<input type="checkbox" ng-model="config.HostConfig.AutoRemove"><i></i>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<!-- !autoremove -->
|
</div>
|
||||||
|
<!-- !autoremove -->
|
||||||
|
<div class="form-group">
|
||||||
<div class="col-sm-12">
|
<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">
|
<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>
|
<span ng-hide="state.actionInProgress">Deploy the container</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue