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

Fixed redundant option for Mission Impact #187

Merged
merged 2 commits into from
Aug 16, 2022
Merged
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
9 changes: 0 additions & 9 deletions ssvc-calc/Deployer-v2.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,6 @@
"label": "Mission Impact",
"key": "M",
"options": [
{
"label": "none",
"key": "N",
"description": "Little to no impact up to degradation of non-essential functions; chronic degradation would eventually harm essential functions. (aka Non-Essential Degraded)"
},
{
"label": "degraded",
"key": "D",
Expand Down Expand Up @@ -302,7 +297,6 @@
"child_label": "Mission Impact",
"child_key": "M",
"child_option_labels":[
"none",
"degraded",
"crippled"
]
Expand Down Expand Up @@ -345,7 +339,6 @@
"child_label": "Mission Impact",
"child_key": "M",
"child_option_labels":[
"none",
"degraded",
"crippled"
]
Expand Down Expand Up @@ -387,7 +380,6 @@
"child_label": "Mission Impact",
"child_key": "M",
"child_option_labels":[
"none",
"degraded",
"crippled",
"mef failure"
Expand Down Expand Up @@ -436,7 +428,6 @@
"child_label": "Mission Impact",
"child_key": "M",
"child_option_labels":[
"none",
"degraded",
"crippled",
"mef failure",
Expand Down