-
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.
feat(utils): use organization and feature data from CIDeR
- Loading branch information
Showing
3 changed files
with
118 additions
and
70 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,9 +1,19 @@ | ||
export const defaultIcons = { | ||
"ACCESS Pegasus": | ||
"https://pegasus.isi.edu/wordpress/wp-content/uploads/2016/01/favicon.ico", | ||
"ACCESS OnDemand": | ||
"https://openondemand.org/themes/fire/theme/assets/media/favicons/favicon.ico", | ||
"Advance reservations": "calendar-check", | ||
"Composable hardware fabric": "boxes", | ||
"Compute Resources": "cpu-fill", | ||
CPU: "cpu-fill", | ||
GPU: "cpu", | ||
Storage: "hdd-fill", | ||
"CPU Compute": "cpu-fill", | ||
"GPU Compute": "cpu", | ||
"Innovative / Novel Compute": "lightbulb", | ||
"Large Memory Nodes": "arrows-fullscreen", | ||
Preemption: "clock-history", | ||
"Science Gateway support": "globe", | ||
"Storage Resources": "hdd-fill", | ||
"Large Memory": "arrows-fullscreen", | ||
"Virtual Machines": "pc-display-horizontal", | ||
Cloud: "cloud", | ||
Storage: "hdd-fill", | ||
}; |
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