Skip to content

Commit

Permalink
Merge pull request #1655 from rodekruis/fix.reverse-multi-threshold-o…
Browse files Browse the repository at this point in the history
…ther-countries

feat: reverse multi-threshold other countries
  • Loading branch information
jannisvisser authored Oct 15, 2024
2 parents 3e0aaed + b2acf60 commit 1e3e445
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions services/API-service/src/scripts/json/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,17 +409,6 @@
"color": "ibf-no-alert-primary",
"value": 0
},
"min": {
"label": "Low warning issued",
"color": "fiveten-yellow-500",
"textColor": "fiveten-yellow-700",
"value": 0.3
},
"med": {
"label": "Medium warning issued",
"color": "ibf-orange",
"value": 0.7
},
"max": {
"label": "Trigger issued",
"color": "ibf-glofas-trigger",
Expand Down Expand Up @@ -516,17 +505,6 @@
"color": "ibf-no-alert-primary",
"value": 0
},
"min": {
"label": "Low warning issued",
"color": "fiveten-yellow-500",
"textColor": "fiveten-yellow-700",
"value": 0.3
},
"med": {
"label": "Medium warning issued",
"color": "ibf-orange",
"value": 0.7
},
"max": {
"label": "Trigger issued",
"color": "ibf-glofas-trigger",
Expand Down Expand Up @@ -593,17 +571,6 @@
"color": "ibf-no-alert-primary",
"value": 0
},
"min": {
"label": "Low warning issued",
"color": "fiveten-yellow-500",
"textColor": "fiveten-yellow-700",
"value": 0.3
},
"med": {
"label": "Medium warning issued",
"color": "ibf-orange",
"value": 0.7
},
"max": {
"label": "Trigger issued",
"color": "ibf-glofas-trigger",
Expand Down Expand Up @@ -721,17 +688,6 @@
"color": "ibf-no-alert-primary",
"value": 0
},
"min": {
"label": "Low warning issued",
"color": "fiveten-yellow-500",
"textColor": "fiveten-yellow-700",
"value": 0.3
},
"med": {
"label": "Medium warning issued",
"color": "ibf-orange",
"value": 0.7
},
"max": {
"label": "Trigger issued",
"color": "ibf-glofas-trigger",
Expand Down Expand Up @@ -1156,17 +1112,6 @@
"color": "ibf-no-alert-primary",
"value": 0
},
"min": {
"label": "Low warning issued",
"color": "fiveten-yellow-500",
"textColor": "fiveten-yellow-700",
"value": 0.3
},
"med": {
"label": "Medium warning issued",
"color": "ibf-orange",
"value": 0.7
},
"max": {
"label": "Trigger issued",
"color": "ibf-glofas-trigger",
Expand Down

0 comments on commit 1e3e445

Please sign in to comment.