mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
fix(style): UI task issues [EE-3839] (#7406)
This commit is contained in:
parent
46fba176f0
commit
0141e55936
22 changed files with 27 additions and 27 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
<div class="small text-danger" ng-hide="container.State.Running">
|
||||
<p>
|
||||
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
|
||||
<pr-icon icon="'alert-triangle'" mode="'warning'" feather="true"></pr-icon>
|
||||
The container is not running.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<!-- !command-list -->
|
||||
<div class="form-group col-lg-12">
|
||||
<por-switch-field
|
||||
label-class="'col-sm-2'"
|
||||
label-class="'col-sm-1'"
|
||||
checked="formValues.isCustomCommand"
|
||||
label="'Use custom command'"
|
||||
on-change="(handleIsCustomCommandChange)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue