mirror of https://github.com/portainer/portainer
fix(ui): ldap group search config labelclose EE-1846 (#5850)
Co-authored-by: olivia.wang <olivia.wang@wherescape.com>pull/5886/head
parent
dcd1e902cd
commit
0200a668df
|
@ -1,5 +1,5 @@
|
|||
<div class="col-sm-12 form-section-title" style="float: initial;">
|
||||
Teams auto-population configurations
|
||||
Group search configurations
|
||||
</div>
|
||||
|
||||
<rd-widget ng-repeat="config in $ctrl.settings | limitTo: (1 - $ctrl.settings)" style="display: block; margin-bottom: 10px;">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="col-sm-12 form-section-title" style="float: initial;">
|
||||
Teams auto-population configurations
|
||||
Group search configurations
|
||||
</div>
|
||||
|
||||
<div style="margin-top: 10px;" ng-repeat="config in $ctrl.settings | limitTo: (1 - $ctrl.settings)">
|
||||
|
|
Loading…
Reference in New Issue