Zeiterfassung Fahrzeugverwaltung neue Features:

* KM-Stand History
* Journal
* Neue Felder
This commit is contained in:
Daniel Spitzer
2025-03-13 21:27:48 +01:00
parent e57a9a0eed
commit 93987b4341
15 changed files with 1237 additions and 234 deletions

View File

@@ -58,6 +58,10 @@ table.dataTable > tbody > tr.child span.dtr-data {
width: 70px;
}
.edit-width-min {
min-width: 55px;
}
.edit-width-medium {
width: 90px;
}