Improved dropdown, made 404 fun

This commit is contained in:
J-Lennox10
2023-03-17 00:40:34 +00:00
parent d7dcd34493
commit 242dbd862c
3 changed files with 39 additions and 21 deletions

View File

@ -14,7 +14,7 @@
<pieChart id="trainPie" />
</div>
</div>
<hr>
<p>Number of actively running trains: {{ this.insights["numRunningTrains"] }}</p>
<p>Percentage late: {{ this.insights["percentageLate"] }}%</p>
@ -100,7 +100,7 @@ export default {
color: black;
padding-left: 10px;
width:80%;
background-color: antiquewhite;
background-color: rgb(250, 235, 215);
}
#trainTotal, #stationTotal {