Skip to content

Commit

Permalink
Replaced "none" by "degraded"
Browse files Browse the repository at this point in the history
As discussed in #187 .
  • Loading branch information
fruehaufm authored Jul 1, 2022
1 parent 7685635 commit de611d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ssvc-calc/Deployer-v2.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@
"key": "M",
"options": [
{
"label": "none",
"key": "N",
"label": "degraded",
"key": "D",
"description": "Little to no impact up to degradation of non-essential functions; chronic degradation would eventually harm essential functions. (aka Non-Essential Degraded)"
},
{
Expand Down Expand Up @@ -297,7 +297,7 @@
"child_label": "Mission Impact",
"child_key": "M",
"child_option_labels":[
"none",
"degraded",
"crippled"
]

Expand Down Expand Up @@ -339,7 +339,7 @@
"child_label": "Mission Impact",
"child_key": "M",
"child_option_labels":[
"none",
"degraded",
"crippled"
]

Expand Down Expand Up @@ -380,7 +380,7 @@
"child_label": "Mission Impact",
"child_key": "M",
"child_option_labels":[
"none",
"degraded",
"crippled",
"mef failure"
]
Expand Down Expand Up @@ -428,7 +428,7 @@
"child_label": "Mission Impact",
"child_key": "M",
"child_option_labels":[
"none",
"degraded",
"crippled",
"mef failure",
"mission failure"
Expand Down

0 comments on commit de611d3

Please sign in to comment.