Refactor layouts by updating widths in CVmhMietverhltnis and adding new listSmall layout for CAdressen; create layout for CVmhRumungsklage; update cache timestamps in config.

This commit is contained in:
2026-01-20 21:17:25 +01:00
parent 475e387c68
commit ed710c73a5
5 changed files with 97 additions and 12 deletions

View File

@@ -1,10 +1,31 @@
[
{
"name": "name",
"link": true
"link": true,
"width": 18
},
{
"name": "status",
"width": 16
"width": 12
},
{
"name": "nutzungsart",
"width": 12
},
{
"name": "vertragsdatum",
"width": 12
},
{
"name": "auszugsfrist",
"width": 12
},
{
"name": "beendigungsTatbestand",
"width": 20
},
{
"name": "modifiedAt",
"width": 14
}
]