Fixed HTR downed tools header, added quarter to date information, and put extended downtime into tool downed tables.
This commit is contained in:
@ -1 +1 @@
|
||||
[{"Date":"2023-01-09T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-10T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-11T00:00:00-07:00","ASM":8,"HTR":16}]
|
||||
[{"Date":"2023-01-09T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-10T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-11T00:00:00-07:00","ASM":8,"HTR":16},{"Date":"2023-01-12T00:00:00-07:00","ASM":7,"HTR":16}]
|
@ -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);
|
||||
}
|
Reference in New Issue
Block a user