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
95a2b907
Unverified
Commit
95a2b907
authored
Jul 07, 2020
by
Jonathan Hehir
Committed by
GitHub
Jul 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Added Redash logo, configured as supported dashboard source (#501)
parent
89bbf5b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
_icons.scss
amundsen_application/static/css/_icons.scss
+1
-0
logo-redash.svg
amundsen_application/static/images/icons/logo-redash.svg
+14
-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 @
95a2b907
...
...
@@ -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
...
...
amundsen_application/static/images/icons/logo-redash.svg
0 → 100644
View file @
95a2b907
<?xml version="1.0" encoding="UTF-8"?>
<svg
width=
"38px"
height=
"35px"
viewBox=
"0 0 38 35"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
>
<!-- Generator: Sketch 49.1 (51147) - http://www.bohemiancoding.com/sketch -->
<title>
redash-logo
</title>
<desc>
Created with Sketch.
</desc>
<defs></defs>
<g
id=
"redash-logo"
stroke=
"none"
stroke-width=
"1"
fill=
"none"
fill-rule=
"evenodd"
>
<g
id=
"Group-5"
transform=
"translate(6.000000, 1.000000)"
fill-rule=
"nonzero"
>
<path
d=
"M12,25.3846154 C20.7263387,20.2114164 24.8265686,18.2206014 24.3006897,19.4121704 C23.7748108,20.6037394 19.6745809,25.133016 12,33 L12,25.3846154 Z"
id=
"Shape"
fill=
"#FF7964"
></path>
<path
d=
"M26,13 C26,20.1864237 20.1850584,26 13,26 C5.81494155,26 0,20.172447 0,13 C0.000240455756,5.82755297 5.81518201,0 13,0 C20.184818,0 26,5.82755297 26,13 Z"
id=
"Shape"
fill=
"#FF7964"
></path>
<path
d=
"M4.8408991,14.7263528 L6.76088775,14.7263528 C7.22469914,14.7276812 7.60033102,15.0704218 7.60178685,15.4936208 L7.60178685,17.2327321 C7.60033102,17.655931 7.22469914,17.9986716 6.76088775,18 L4.8408991,18 C4.37708771,17.9986716 4.00145583,17.655931 4,17.2327321 L4,15.4936208 C4.0013242,15.0703719 4.37703296,14.7275611 4.8408991,14.7263528 Z M9.28358505,10.8900132 L11.1895909,10.8900132 C11.6534023,10.8913416 12.0290341,11.2340822 12.03049,11.6572811 L12.03049,17.2327321 C12.0290341,17.655931 11.6534023,17.9986716 11.1895909,18 L9.28358505,18 C8.81977367,17.9986716 8.44414179,17.655931 8.44268595,17.2327321 L8.44268595,11.6572811 C8.44401016,11.2340322 8.81971891,10.8912215 9.28358505,10.8900132 Z M13.7122882,13 L15.6322768,13 C16.0960882,13.0013284 16.4717201,13.344069 16.4731759,13.7672679 L16.4731759,17.2327321 C16.4717201,17.655931 16.0960882,17.9986716 15.6322768,18 L13.7122882,18 C13.2484768,17.9986716 12.8728449,17.655931 12.8713891,17.2327321 L12.8713891,13.7672679 C12.8727133,13.344019 13.248422,13.0012083 13.7122882,13 Z M18.2530951,8 L20.1591009,8 C20.6229123,8.00132836 20.9985442,8.344069 21,8.76726793 L21,17.2327321 C20.9985442,17.655931 20.6229123,17.9986716 20.1591009,18 L18.2530951,18 C17.7892837,17.9986716 17.4136518,17.655931 17.412196,17.2327321 L17.412196,8.76726793 C17.4135202,8.34401904 17.7892289,8.00120825 18.2530951,8 Z"
id=
"Shape"
fill=
"#FFFFFF"
></path>
</g>
</g>
</svg>
\ No newline at end of file
amundsen_application/static/js/config/config-default.ts
View file @
95a2b907
...
...
@@ -59,6 +59,10 @@ const configDefault: AppConfig = {
displayName
:
'Mode'
,
iconClass
:
'icon-mode'
,
},
redash
:
{
displayName
:
'Redash'
,
iconClass
:
'icon-redash'
,
},
},
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