You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2020/10/22 03:45:12 UTC

[incubator-superset] branch master updated (9dfe9ae -> a2a614d)

This is an automated email from the ASF dual-hosted git repository.

tai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 9dfe9ae  Fix overflowing tabs (#11367)
     add a2a614d  feat: CSS Templates List Actions (#11271)

No new revisions were added by this update.

Summary of changes:
 .../CRUD/csstemplates/CssTemplatesList_spec.jsx    |  91 ++++++++-
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   | 203 ++++++++++++++++++---
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |   2 +-
 superset/css_templates/api.py                      |   3 +
 superset/views/css_templates.py                    |   6 +-
 tests/css_templates/api_tests.py                   |   1 +
 6 files changed, 272 insertions(+), 34 deletions(-)