This commit is contained in:
lvuch 2019-07-18 12:53:58 -07:00
parent 23a9a23f77
commit a487aae5f5
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
as |sortable kind row dt| as |sortable kind row dt|
}} }}
{{#if (eq kind "row")}} {{#if (eq kind "row")}}
<tr> <tr class="main-row">
<td data-title="{{dt.type}}"> <td data-title="{{dt.type}}">
{{row.type}} {{row.type}}
</td> </td>
@ -51,4 +51,4 @@
<i class="icon icon-spinner icon-spin icon-3x"></i> <i class="icon icon-spinner icon-spin icon-3x"></i>
</div> </div>
{{/if}} {{/if}}
{{/accordion-list-item}} {{/accordion-list-item}}