Refactor layouts for CBeteiligte and CDokumente; add new layout for CAdressen; update widths and add modifiedAt field in JSON files; adjust config timestamps.
This commit is contained in:
@@ -1,18 +1,27 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"width": 16
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"width": 16
|
||||
"link": true,
|
||||
"width": 25
|
||||
},
|
||||
{
|
||||
"name": "dokument",
|
||||
"width": 16
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "syncStatus",
|
||||
"width": 12
|
||||
},
|
||||
{
|
||||
"name": "assignedUser",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"width": 14
|
||||
},
|
||||
{
|
||||
"name": "modifiedAt",
|
||||
"width": 14
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user