Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dashboard): dashboard card catalog #937

Merged
merged 12 commits into from
Apr 6, 2023
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ JFR using JDK Mission Control internals.
for an OpenShift Operator facilitating easy setup of Cryostat in your OpenShift
cluster as well as exposing the Cryostat API as Kubernetes Custom Resources.

* [cryostat](https://github.com/cryostatio/cryostat-web) for the JFR management service
* [cryostat](https://github.com/cryostatio/cryostat) for the JFR management service


## REQUIREMENTS
Expand Down
1 change: 0 additions & 1 deletion locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"N/A": "N/A",
"NAME": "Name",
"NEW": "New",
"NONE": "None",
"OK": "OK",
"PRODUCTION": "PRODUCTION",
"REMOVE": "Remove",
Expand Down
9 changes: 6 additions & 3 deletions locales/en/public.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"AutomatedAnalysisCard": {
"CARD_DESCRIPTION": "Assess common application performance and configuration issues",
"CARD_DESCRIPTION": "Assess common application performance and configuration issues.",
"CARD_DESCRIPTION_FULL": "Creates a recording and periodically evaluates various common problems in application configuration and performance. Results are displayed with scores from 0-100 with colour coding and in groups. This card should be unique on a dashboard.",
"CARD_TITLE": "Automated Analysis",
"CRITICAL_RESULTS_one": "{{count}} Critical Result",
Expand Down Expand Up @@ -132,8 +132,8 @@
"NAME": "Refresh Period"
},
"THEME": {
"DESCRIPTION": "Select a colour theme",
"NAME": "Theme"
"DESCRIPTION": "Select a color theme.",
"NAME": "Color Theme"
},
"THEME_COLOR": {
"DESCRIPTION": "The color theme to apply to this chart.",
Expand All @@ -148,6 +148,9 @@
}
},
"Dashboard": {
"ADD_CARD_HELPER_TEXT": "Choose a card type to add to your dashboard. Some cards require additional configuration.",
"CARD_CATALOG_DESCRIPTION": "Cards added to this Dashboard layout present information at a glance about the selected target. The layout is preserved for all targets viewed on this client.",
"CARD_CATALOG_TITLE": "Dashboard Card Catalog",
"PAGE_TITLE": "Dashboard"
},
"DashboardCardActionMenu": {
Expand Down
Loading