Преглед изворни кода

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,