mirror of https://github.com/portainer/portainer
feat(docker): fixed info icon in docker feature config section. (#7492)
parent
294738cb0d
commit
8cbff097e4
|
@ -7,8 +7,8 @@
|
|||
<form class="form-horizontal" name="$ctrl.form">
|
||||
<div class="col-sm-12 form-section-title"> Host and Filesystem </div>
|
||||
<div ng-if="!$ctrl.isAgent" class="form-group">
|
||||
<span class="col-sm-12 text-muted small">
|
||||
<i class="fa fa-info-circle blue-icon" aria-hidden="true" style="margin-right: 2px"></i>
|
||||
<span class="col-sm-12 text-muted small vertical-center">
|
||||
<pr-icon icon="'info'" feather="true" mode="'primary'" class-name="space-right"></pr-icon>
|
||||
These features are only available for an Agent enabled environments.
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue