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">
|
<form class="form-horizontal" name="$ctrl.form">
|
||||||
<div class="col-sm-12 form-section-title"> Host and Filesystem </div>
|
<div class="col-sm-12 form-section-title"> Host and Filesystem </div>
|
||||||
<div ng-if="!$ctrl.isAgent" class="form-group">
|
<div ng-if="!$ctrl.isAgent" class="form-group">
|
||||||
<span class="col-sm-12 text-muted small">
|
<span class="col-sm-12 text-muted small vertical-center">
|
||||||
<i class="fa fa-info-circle blue-icon" aria-hidden="true" style="margin-right: 2px"></i>
|
<pr-icon icon="'info'" feather="true" mode="'primary'" class-name="space-right"></pr-icon>
|
||||||
These features are only available for an Agent enabled environments.
|
These features are only available for an Agent enabled environments.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue