pull/4625/head
Roman Roelofsen 8 years ago
parent 342f8b6cdc
commit 6eaeb5e5a9
  1. 2
      frontend/app/components/wp-table/wp-table.directive.html

@ -42,7 +42,7 @@
</tr> </tr>
</thead> </thead>
<tbody > <tbody>
<!-- Empty row notification --> <!-- Empty row notification -->
<tr id="empty-row-notification" ng-if="!rows.length"> <tr id="empty-row-notification" ng-if="!rows.length">
<td colspan="{{ numTableColumns }}"> <td colspan="{{ numTableColumns }}">

Loading…
Cancel
Save