KEYCLOAK-4720: Wrongly positioned IdPs table header
This commit is contained in:
parent
93ef2ec9bf
commit
1438982104
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
<caption class="hidden">{{:: 'table-of-identity-providers' | translate}}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="7" class="kc-table-actions">
|
||||
<th colspan="8" class="kc-table-actions">
|
||||
<div class="dropdown pull-right" data-ng-show="access.manageIdentityProviders">
|
||||
<select class="form-control" ng-model="provider"
|
||||
ng-options="p.name group by p.groupName for p in allProviders track by p.id"
|
||||
|
|
Loading…
Reference in a new issue