KEYCLOAK-4720: Wrongly positioned IdPs table header

This commit is contained in:
Stan Silvert 2017-05-01 15:19:44 -04:00
parent 93ef2ec9bf
commit 1438982104

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"