소스 검색

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

Enrico Berti 8 년 전
부모
커밋
cb63bda
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,