diff --git a/static/css/pit_display.css b/static/css/pit_display.css
index 74cf3d0..6ce621a 100644
--- a/static/css/pit_display.css
+++ b/static/css/pit_display.css
@@ -68,10 +68,10 @@ body {
margin: 0;
}
.team-field {
- width: 7%;
+ width: 8%;
}
.team-nickname {
- width: 23%;
+ width: 20%;
overflow: hidden;
white-space: nowrap;
text-align: left;
diff --git a/templates/pit_display.html b/templates/pit_display.html
index c5d8dd6..245c5aa 100644
--- a/templates/pit_display.html
+++ b/templates/pit_display.html
@@ -28,11 +28,10 @@
Team |
Name |
RP |
- Match |
+ Park/Climb |
Auto |
- Rotor |
- Takeoff |
- Pressure |
+ Ownership |
+ Vault |
W-L-T |
DQ |
Played |
@@ -57,11 +56,10 @@
{{"{{this.TeamId}}"}} |
{{"{{this.Nickname}}"}} |
{{"{{this.RankingPoints}}"}} |
- {{"{{this.MatchPoints}}"}} |
+ {{"{{this.ParkClimbPoints}}"}} |
{{"{{this.AutoPoints}}"}} |
- {{"{{this.RotorPoints}}"}} |
- {{"{{this.TakeoffPoints}}"}} |
- {{"{{this.PressurePoints}}"}} |
+ {{"{{this.OwnershipPoints}}"}} |
+ {{"{{this.VaultPoints}}"}} |
{{"{{this.Wins}}"}}-{{"{{this.Losses}}"}}-{{"{{this.Ties}}"}} |
{{"{{this.Disqualifications}}"}} |
{{"{{this.Played}}"}} |