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(Single rec page): Show risk of change info #498

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
"recommendations": "Recommendations",
"resetFilters": "Reset filters",
"riskOfChange": "Risk of change",
"riskOfChangeLabel": "{level}",
"riskOfChangeText": "The risk of change is <strong>{ level }</strong>, because the change takes very little time to implement and there is minimal impact to system operations.",
"riskOfChangeTextFour": "The risk of change is <strong>high</strong>, because the change takes a significant amount of time and planning to execute, and will impact the system and business operations of the host due to downtime.",
"riskOfChangeTextOne": "The risk of change is <strong>very low</strong>, because the change takes very little time to implement and there is minimal impact to system operations.",
"riskOfChangeTextThree": "The risk of change is <strong>moderate</strong>, because the change will likely require an outage window.",
"riskOfChangeTextTwo": "The risk of change is <strong>low</strong>, because the change does not require that a system be taken offline.",
"riskofchange": "Risk of change",
"ruleFetchError": "There was an error fetching recommendation. Refresh your page to try again.",
"ruleHelpful": "Is this recommendation helpful?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
],
"rating": 0,
"hosts_acked_count": 0,
"disabled": false
"disabled": false,
"resolution_risk": 1
},
"groups": [
{
Expand Down
Loading