mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
refactor(service): docker service creation page [EE-3519] (#7326)
This commit is contained in:
parent
149c414d08
commit
6d95643a68
7 changed files with 31 additions and 31 deletions
|
@ -6,8 +6,8 @@
|
|||
</div>
|
||||
<!-- info message -->
|
||||
<div class="form-group" ng-show="formValues.Configs.$invalid" style="margin-bottom: 0px">
|
||||
<div class="col-sm-12 small text-warning" style="padding-left: 35px; padding-top: 20px">
|
||||
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i> {{ formValues.Configs.$error }}
|
||||
<div class="col-sm-12 small" style="padding-left: 35px; padding-top: 20px">
|
||||
<pr-icon icon="'alert-triangle'" mode="'warning'" feather="true"></pr-icon> {{ formValues.Configs.$error }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-12 form-inline" style="margin-top: 10px">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue