|
@@ -129,7 +129,7 @@ from desktop.views import _ko
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody data-bind="foreach: filteredColumnSamples">
|
|
<tbody data-bind="foreach: filteredColumnSamples">
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td class="sample-column" data-bind="html: $data, attr: { 'title': $data }"></td>
|
|
|
|
|
|
|
+ <td class="sample-column" data-bind="html: $data, attr: { 'title': hueUtils.html2text($data) }"></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
<!-- ko if: filteredColumnSamples().length === 0 -->
|
|
<!-- ko if: filteredColumnSamples().length === 0 -->
|