mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(ui): ldap group search config labelclose EE-1846 (#5850)
Co-authored-by: olivia.wang <olivia.wang@wherescape.com>
This commit is contained in:
parent
dcd1e902cd
commit
0200a668df
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue