Add GetStandbyJobs call and display to footer.

Fix IJob to represent possible return values.
This commit is contained in:
2024-10-20 02:08:22 +02:00
parent 96b5163486
commit c1d333e002
5 changed files with 43 additions and 12 deletions

View File

@ -33,4 +33,8 @@ footer div {
footer div > * {
margin: 0 2px;
padding: 3px 0;
}
footer .hoverHand {
cursor: pointer;
}