浏览代码

HUE-7685 [assist] Show table title in the right assist

Enrico Berti 8 年之前
父节点
当前提交
cb63bda008
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      desktop/core/src/desktop/templates/assist.mako

+ 2 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -2553,7 +2553,8 @@ from desktop.views import _ko
                       name: tableName,
                       type: 'table',
                       isTable: true,
-                      displayName: displayName.toLowerCase()
+                      displayName: displayName.toLowerCase(),
+                      title: displayName
                     },
                     databaseIndex[database],
                     assistDbSource,