This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 392d8a8 fix: Handle bad permission errors for bigquery test
connections (#14147)
add a846015 fix: Center each import icon and add a tooltip II (#14192)
No new revisions were added by this update.
Summary of changes:
.../views/CRUD/chart/ChartList_spec.jsx | 45 ++++++++++++++++++++++
.../views/CRUD/dashboard/DashboardList_spec.jsx | 45 ++++++++++++++++++++++
.../views/CRUD/data/database/DatabaseList_spec.jsx | 44 +++++++++++++++++++++
.../views/CRUD/data/dataset/DatasetList_spec.jsx | 45 ++++++++++++++++++++++
.../CRUD/data/savedquery/SavedQueryList_spec.jsx | 34 ++++++++++------
superset-frontend/src/components/Menu/SubMenu.tsx | 2 +
.../src/views/CRUD/chart/ChartList.tsx | 10 ++++-
.../src/views/CRUD/dashboard/DashboardList.tsx | 10 ++++-
.../src/views/CRUD/data/database/DatabaseList.tsx | 10 ++++-
.../src/views/CRUD/data/dataset/DatasetList.tsx | 10 ++++-
.../views/CRUD/data/savedquery/SavedQueryList.tsx | 14 ++++++-
11 files changed, 252 insertions(+), 17 deletions(-)