Преглед на файлове

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,