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