Fixed HTR downed tools header, added quarter to date information, and put extended downtime into tool downed tables.

This commit is contained in:
Daniel Wathen
2023-01-12 10:50:10 -07:00
parent 41b98891a8
commit 096043d6ca
13 changed files with 217 additions and 44 deletions

View File

@ -99,4 +99,9 @@ body {
width: 100%;
margin-bottom: 35px;
padding-top: 10px;
}
.tableDowntime {
color: rgb(212, 111, 35);
background-color: rgba(212, 111, 35, 0.3);
}