Update layout widths in CVmhMietverhltnis; adjust cache timestamps in config

This commit is contained in:
2026-01-20 21:40:12 +01:00
parent 1ef2617bc7
commit e51f0f2cfb
2 changed files with 12 additions and 8 deletions

View File

@@ -2,27 +2,31 @@
{ {
"name": "name", "name": "name",
"link": true, "link": true,
"width": 18 "width": 15
},
{
"name": "vmhMietobjekt",
"width": 15
}, },
{ {
"name": "status", "name": "status",
"width": 12 "width": 10
}, },
{ {
"name": "nutzungsart", "name": "nutzungsart",
"width": 12 "width": 10
}, },
{ {
"name": "vertragsdatum", "name": "vertragsdatum",
"width": 12 "width": 10
}, },
{ {
"name": "auszugsfrist", "name": "auszugsfrist",
"width": 12 "width": 10
}, },
{ {
"name": "beendigungsTatbestand", "name": "beendigungsTatbestand",
"width": 20 "width": 16
}, },
{ {
"name": "modifiedAt", "name": "modifiedAt",

View File

@@ -349,8 +349,8 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'cacheTimestamp' => 1768941491, 'cacheTimestamp' => 1768941595,
'microtime' => 1768941491.973093, 'microtime' => 1768941595.376573,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768843902, 'appTimestamp' => 1768843902,