forked from uc-cdis/commons-frontend-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update to 0.10.46 * update grafana app name * update config * update config again
- Loading branch information
1 parent
bf06092
commit 4d4ea44
Showing
24 changed files
with
1,383 additions
and
1,464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,46 @@ | ||
{ | ||
"classNames": { | ||
"root": "bg-base-darkest" | ||
"root": "bg-base-darkest", | ||
"layout": "flex items-center justify-end" | ||
}, | ||
"footerRightLogos": [ | ||
[ | ||
"rightSection": { | ||
"columns": [ | ||
{ | ||
"logo": "/icons/gen3.png", | ||
"width": 132, | ||
"height": 60, | ||
"description": "Gen3 Logo" | ||
"rows": [ | ||
{ | ||
"Icon": { | ||
"logo": "/images/gen3.png", | ||
"width": 132, | ||
"height": 60, | ||
"description": "Gen3 Logo" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"logo": "/icons/createdby.png", | ||
"width": 170, | ||
"height": 60, | ||
"description": "Created by CTDS" | ||
"rows": [ | ||
{ | ||
"Icon": { | ||
"logo": "/images/createdby.png", | ||
"width": 170, | ||
"height": 60, | ||
"description": "Created by CTDS" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"logo": "/icons/OCC.png", | ||
"width": 150, | ||
"height": 60, | ||
"description": "OCC" | ||
"rows": [ | ||
{ | ||
"Icon": { | ||
"logo": "/images/OCC.png", | ||
"width": 150, | ||
"height": 60, | ||
"description": "OCC" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.