Skip to content

Commit

Permalink
[ADD] PowerBi Logo for Dashboard mode PowerBi
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Mittal <mittalshubham389@gmail.com>
  • Loading branch information
sbmittal389 committed Feb 8, 2024
1 parent b2a07c4 commit d7b9df5
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $dashboards: (
tableau: '../images/icons/logo-tableau.svg',
superset: '../images/icons/logo-superset.svg',
databricks_sql: '../images/icons/logo-databricks-sql.svg',
powerbi: '../images/icons/logo-powerbi.svg',
);

// Map of User names and icon paths
Expand Down
36 changes: 36 additions & 0 deletions frontend/amundsen_application/static/images/icons/logo-powerbi.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 @@ -184,6 +184,10 @@ const configDefault: AppConfig = {
displayName: 'Tableau',
iconClass: 'icon-tableau',
},
powerbi: {
displayName: 'PowerBi',
iconClass: 'icon-powerbi',
},
},
},
[ResourceType.feature]: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export enum IconType {
ELASTICSEARCH = 'icon-elasticsearch',
DATABRICKS_SQL = 'icon-databricks-sql',
TERADATA = 'icon-teradata',
POWERBI = 'icon-powerbi',
}

// Icon sizes
Expand Down

0 comments on commit d7b9df5

Please sign in to comment.