Skip to content

Commit

Permalink
Add Druid DB icon (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao authored May 5, 2020
1 parent 27919b3 commit f98a771
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/amundsen_application/static/css/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ img.icon {
background-color: transparent;
}

&.icon-druid {
content: url('/static/images/icons/logo-druid.svg');
background-color: transparent;
}

&.icon-github {
-webkit-mask-image: url('/static/images/icons/github.svg');
mask-image: url('/static/images/icons/github.svg');
Expand Down
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 @@ -55,6 +55,10 @@ const configDefault: AppConfig = {
displayName: 'BigQuery',
iconClass: 'icon-bigquery',
},
'druid': {
displayName: 'Druid',
iconClass: 'icon-druid',
},
'hive': {
displayName: 'Hive',
iconClass: 'icon-hive',
Expand Down

0 comments on commit f98a771

Please sign in to comment.