Ver Fonte

HUE-8131 [assist] Use plain text for column sample titles in the context popover

Johan Ahlen há 7 anos atrás
pai
commit
447e9d6d3a

+ 1 - 1
desktop/core/src/desktop/templates/ko_components/ko_catalog_entries_table.mako

@@ -129,7 +129,7 @@ from desktop.views import _ko
         </thead>
         <tbody data-bind="foreach: filteredColumnSamples">
           <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>
         </tbody>
         <!-- ko if: filteredColumnSamples().length === 0 -->