fix table head
This commit is contained in:
parent
072e5eeca3
commit
95136829bc
2 changed files with 6 additions and 6 deletions
|
@ -28,8 +28,8 @@
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>{{'Event' | translate}}</strong></td>
|
<th><strong>{{'Event' | translate}}</strong></th>
|
||||||
<td><strong>{{'Delete' | translate}}</strong></td>
|
<th><strong>{{'Delete' | translate}}</strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
@ -32,11 +32,11 @@
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>{{'Name' | translate}}</strong></td>
|
<th><strong>{{'Name' | translate}}</strong></th>
|
||||||
<td ng-repeat="col in customFields">
|
<th ng-repeat="col in customFields">
|
||||||
<strong>{{col.label | translate}}</strong>
|
<strong>{{col.label | translate}}</strong>
|
||||||
</td>
|
</th>
|
||||||
<td><strong>{{'Delete' | translate}}</strong></td>
|
<th><strong>{{'Delete' | translate}}</strong></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue