Skip to content

Commit

Permalink
Add Druid DB icon (amundsen-io#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao authored and Hans Adriaans committed Jun 30, 2022
1 parent c81d457 commit 1b1900e
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 1b1900e

Please sign in to comment.