Add more stats

* Finished (count)
* Unfinished (count)
* Refunded (count)
This commit is contained in:
2023-11-08 18:13:48 +01:00
parent 7781efd849
commit b8df870cca
5 changed files with 119 additions and 52 deletions

View File

@ -1438,6 +1438,10 @@ th label {
display: block;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-auto {
width: auto;
}