Files
homepage-Mirror/src/components
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
..
2023-01-13 22:45:08 +01:00
2022-09-26 15:25:10 +03:00
2022-10-08 16:04:24 +03:00
2023-01-13 22:45:08 +01:00