瀏覽代碼

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

Johan Ahlen 7 年之前
父節點
當前提交
447e9d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/templates/ko_components/ko_catalog_entries_table.mako

+ 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 -->