KEYCLOAK-8140: User Fed table header doesn't span all rows
This commit is contained in:
parent
a2b13715ed
commit
7e12b60158
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<table class="table table-striped table-bordered" data-ng-show="instances && instances.length > 0">
|
<table class="table table-striped table-bordered" data-ng-show="instances && instances.length > 0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr ng-show="providers.length > 0 && access.manageRealm">
|
<tr ng-show="providers.length > 0 && access.manageRealm">
|
||||||
<th colspan="5" class="kc-table-actions">
|
<th colspan="6" class="kc-table-actions">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<div>
|
<div>
|
||||||
<select class="form-control" ng-model="selectedProvider"
|
<select class="form-control" ng-model="selectedProvider"
|
||||||
|
|
Loading…
Reference in a new issue