KEYCLOAK-8140: User Fed table header doesn't span all rows

This commit is contained in:
Stan Silvert 2018-10-23 15:19:15 -04:00
parent a2b13715ed
commit 7e12b60158

View file

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