add history on stats

This commit is contained in:
Tykayn 2025-06-17 19:38:44 +02:00 committed by tykayn
parent 7fb0c9c8c2
commit b61fa6a287
11 changed files with 502 additions and 37 deletions

View file

@ -148,4 +148,9 @@ img {
.mb-3 {
margin-bottom: 1rem !important;
}
}
table tbody {
max-height: 700px;
overflow: auto;
}