src/main/webapp/components/MapCanvas.js
@@ -479,6 +479,8 @@ this.updateColor(sta, 0x30bffc); } else if (status === "machine-pakout") { this.updateColor(sta, 0x97b400); } else if (status === "site-run-block") { this.updateColor(sta, 0xe69138); } else { this.updateColor(sta, 0xb8b8b8); }