mirror of https://github.com/portainer/portainer
refactour(auth): move information body to each setting
parent
193e7eb3f8
commit
69252a8377
|
@ -49,22 +49,27 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-12 form-section-title">
|
|
||||||
Information
|
<div ng-if="settings.AuthenticationMethod === 1">
|
||||||
</div>
|
<div class="col-sm-12 form-section-title">
|
||||||
<div class="form-group" ng-if="settings.AuthenticationMethod === 1">
|
Information
|
||||||
<span class="col-sm-12 text-muted small">
|
</div>
|
||||||
|
<div class="form-group col-sm-12 text-muted small">
|
||||||
When using internal authentication, Portainer will encrypt user passwords and store credentials locally.
|
When using internal authentication, Portainer will encrypt user passwords and store credentials locally.
|
||||||
</span>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="form-group" ng-if="settings.AuthenticationMethod === 2">
|
|
||||||
<span class="col-sm-12 text-muted small">
|
|
||||||
When using LDAP authentication, Portainer will delegate user authentication to a LDAP server and fallback to internal authentication if LDAP authentication fails.
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div ng-if="settings.AuthenticationMethod === 2">
|
<div ng-if="settings.AuthenticationMethod === 2">
|
||||||
|
<div>
|
||||||
|
<div class="col-sm-12 form-section-title">
|
||||||
|
Information
|
||||||
|
</div>
|
||||||
|
<div class="form-group col-sm-12 text-muted small">
|
||||||
|
When using LDAP authentication, Portainer will delegate user authentication to a LDAP server and fallback to internal authentication if LDAP authentication fails.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-12 form-section-title">
|
<div class="col-sm-12 form-section-title">
|
||||||
LDAP configuration
|
LDAP configuration
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue