diff options
-rw-r--r-- | ui/src/app/app.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index c0957af..59d2c75 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -75,6 +75,7 @@ <th scope="col" style="width: 8rem;">Speed</th> <th scope="col" style="width: 7rem;">ETA</th> <th scope="col" style="width: 2rem;"></th> + <th scope="col" style="width: 2rem;"></th> </tr> </thead> <tbody> |