Merge pull request #4107 from ssilvert/idp-table-header

KEYCLOAK-4720: Wrongly positioned IdPs table header
This commit is contained in:
Stan Silvert 2017-05-01 17:10:54 -04:00 committed by GitHub
commit b824c4195a

View file

@ -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"