Files
homepage/src/components/services
Ean McLaughlin ff27b1ef51 Show container status if health is an empty string
If data.health is an empty string, ?? will accept it and not use the right side value; instead, we should use || which treats empty string as false and returns the right side value. This will show "RUNNING" in the status box if health is "".
2023-02-01 15:32:10 -07:00
..
2022-11-18 15:24:07 -08:00
2022-09-14 09:09:11 +03:00
2022-11-04 14:38:33 -07:00