|
@@ -1714,7 +1714,7 @@ ${ hueIcons.symbols() }
|
|
|
<table class="table table-condensed table-striped resultTable">
|
|
<table class="table table-condensed table-striped resultTable">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr data-bind="foreach: result.meta">
|
|
<tr data-bind="foreach: result.meta">
|
|
|
- <th class="sorting" data-bind="html: ($index() == 0 ? ' ' : $data.name), css: typeof cssClass != 'undefined' ? cssClass : 'sort-string', attr: {title: $data.type }, style:{'width': $index() == 0 ? '1%' : ''}, click: function(obj, e){ $(e.target).parents('table').trigger('sort', obj); }"></th>
|
|
|
|
|
|
|
+ <th class="sorting" data-bind="text: ($index() == 0 ? ' ' : $data.name), css: typeof cssClass != 'undefined' ? cssClass : 'sort-string', attr: {title: $data.type }, style:{'width': $index() == 0 ? '1%' : ''}, click: function(obj, e){ $(e.target).parents('table').trigger('sort', obj); }"></th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody>
|
|
<tbody>
|