Skip to content

Commit

Permalink
feat: Added Redash logo, configured as supported dashboard source (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhehir authored Jul 7, 2020
1 parent cfec1f6 commit 8a6919c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/amundsen_application/static/css/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $data-stores: (
$dashboards: (
dashboard: '/static/images/icons/dashboard.svg',
mode: '/static/images/icons/logo-mode.svg',
redash: '/static/images/icons/logo-redash.svg',
);

// Map of User names and icon paths
Expand Down
14 changes: 14 additions & 0 deletions frontend/amundsen_application/static/images/icons/logo-redash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ const configDefault: AppConfig = {
displayName: 'Mode',
iconClass: 'icon-mode',
},
redash: {
displayName: 'Redash',
iconClass: 'icon-redash',
},
},
filterCategories: [
{
Expand Down

0 comments on commit 8a6919c

Please sign in to comment.