Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Show inlap icon after qualifying ends
Browse files Browse the repository at this point in the history
  • Loading branch information
der-eismann committed Oct 22, 2020
1 parent 52ae172 commit 2163d38
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions static/js/telemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,8 @@ var telemetry = new Vue({
return "▲"
case 1:
return "🏁"
case 2:
return "●"
case 3:
return "●"
default:
return ""
return ""
}
},
DriverStatusStyle(i) {
Expand All @@ -228,6 +224,8 @@ var telemetry = new Vue({
return "text-align:center; color: #c71616;"
case 3:
return "text-align:center; color: #66e649;"
case 4:
return "text-align:center; color: #c71616;"
default:
return ""
}
Expand Down

0 comments on commit 2163d38

Please sign in to comment.