Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amundsen_dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Surendar Reddy Mangannagari
amundsen_dev
Commits
ebdcc0ac
Unverified
Commit
ebdcc0ac
authored
Aug 26, 2020
by
Tao Feng
Committed by
GitHub
Aug 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add Tableau icon to fe (#616)
Signed-off-by:
Tao Feng
<
fengtao04@gmail.com
>
parent
9bd7c7bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
_icons.scss
amundsen_application/static/css/_icons.scss
+1
-0
logo-tableau.svg
amundsen_application/static/images/icons/logo-tableau.svg
+1
-0
config-default.ts
amundsen_application/static/js/config/config-default.ts
+4
-0
No files found.
amundsen_application/static/css/_icons.scss
View file @
ebdcc0ac
...
@@ -22,6 +22,7 @@ $dashboards: (
...
@@ -22,6 +22,7 @@ $dashboards: (
dashboard
:
'/static/images/icons/dashboard.svg'
,
dashboard
:
'/static/images/icons/dashboard.svg'
,
mode
:
'/static/images/icons/logo-mode.svg'
,
mode
:
'/static/images/icons/logo-mode.svg'
,
redash
:
'/static/images/icons/logo-redash.svg'
,
redash
:
'/static/images/icons/logo-redash.svg'
,
tableau
:
'/static/images/icons/logo-tableau.svg'
,
);
);
// Map of User names and icon paths
// Map of User names and icon paths
...
...
amundsen_application/static/images/icons/logo-tableau.svg
0 → 100644
View file @
ebdcc0ac
<svg
height=
"2467"
width=
"2500"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 60.3 59.5"
><path
d=
"M28.5 40.2h3.3v-9h8.3V28h-8.3v-9h-3.3v9h-8.2v3.2h8.2z"
fill=
"#e8762d"
/><path
d=
"M13.2 53.2H16v-8h7.4v-2.5H16v-8.1h-2.8v8.1H5.8v2.5h7.4z"
fill=
"#c72037"
/><path
d=
"M44.3 24.3h2.8v-8h7.5v-2.4h-7.5V5.8h-2.8v8.1h-7.4v2.4h7.4z"
fill=
"#5b879b"
/><path
d=
"M29 59.5h2.4v-5.7h5.1v-2.1h-5.1V46H29v5.7h-5v2.1h5z"
fill=
"#5c6692"
/><path
d=
"M13.3 24.3h2.6v-8.1h7.5v-2.3h-7.5V5.8h-2.6v8.1H5.8v2.3h7.5z"
fill=
"#eb9129"
/><path
d=
"M52.8 36.3h2.4v-5.6h5.1v-2.2h-5.1v-5.6h-2.4v5.6h-5v2.2h5z"
fill=
"#5c6692"
/><path
clip-rule=
"evenodd"
d=
"M44.3 53.2h2.8v-8h7.5v-2.5h-7.5v-8.1h-2.8v8.1h-7.4v2.5h7.4z"
fill=
"#1f457e"
fill-rule=
"evenodd"
/><path
d=
"M36.1 7.2V5.5h-5V0h-1.8v5.5h-5v1.7h5v5.5h1.8V7.2zM5 35.9h1.8v-5.5h5v-1.7h-5v-5.4H5v5.4H0v1.8l5-.1z"
fill=
"#7199a6"
/></svg>
\ No newline at end of file
amundsen_application/static/js/config/config-default.ts
View file @
ebdcc0ac
...
@@ -66,6 +66,10 @@ const configDefault: AppConfig = {
...
@@ -66,6 +66,10 @@ const configDefault: AppConfig = {
displayName
:
'Redash'
,
displayName
:
'Redash'
,
iconClass
:
'icon-redash'
,
iconClass
:
'icon-redash'
,
},
},
tableau
:
{
displayName
:
'Tableau'
,
iconClass
:
'icon-tableau'
,
},
},
},
filterCategories
:
[
filterCategories
:
[
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment