CSR-1599
Updated the color
This commit is contained in:
parent
66ea217760
commit
398964ea59
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ export default {
|
|||
if (this.availabilityRating == null) {
|
||||
return "gray";
|
||||
} else {
|
||||
return this.availabilityRating == "high" ? "green" : "red";
|
||||
return this.availabilityRating == "high" ? "green" : "Orange";
|
||||
}
|
||||
},
|
||||
badgeText() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue