fixed preload resumption

This commit is contained in:
ston1th 2022-08-18 23:10:55 +02:00
commit caf12d9ca5
5 changed files with 49 additions and 5 deletions

View file

@ -94,6 +94,9 @@ td {
.green {
background-color: #4caf50;
}
.status-red {
color: #e74c3c;
}
.status-yellow {
color: #f39c12;
}