Remove cold from status icon box

This commit is contained in:
XANTRONIX Development 2024-01-05 21:41:00 -05:00
parent 5056c65d19
commit 57147c95c4

View file

@ -108,7 +108,6 @@ class StatusIconBox(Gauge):
(VehicleStatus.BEAMS_LOW, 'beams-low', '#0f0', 'path {fill: %(s)s; stroke: %(s)s}'),
(VehicleStatus.BEAMS_PARKING, 'beams-parking', '#ff0'),
(VehicleStatus.BELT, 'belt', '#f00', 'path {fill: %(s)s}'),
(VehicleStatus.COLD, 'cold', '#eef', 'path {stroke-width: 8px; stroke: %(s)s'),
(VehicleStatus.COLLISION, 'collision', '#f00', 'path {stroke-width: 10px; stroke: %(s)s}'),
(VehicleStatus.COOLANT_LOW, 'coolant', '#fa0', 'path, circle, rect {fill: %(s)s} #g9 path {stroke: %(s)s}'),
(VehicleStatus.COOLANT_OVERHEAT, 'coolant', '#f00', 'path, circle, rect {fill: %(s)s} #g9 path {stroke: %(s)s}'),