added column to config service

This commit is contained in:
Edi Cziszter 2022-01-26 20:34:12 +02:00
parent 0f60660c95
commit 9d97e961e7
2 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,10 @@ export class ConfigService {
sortByKey: 'searchKey',
width: '3fr',
},
{
label: _('dossier-overview.table-col-name.last-modified'),
width: '2fr',
},
{
label: _('dossier-overview.table-col-names.added-on'),
sortByKey: 'added',

View File

@ -786,6 +786,7 @@
},
"table-col-names": {
"added-on": "Added",
"last-modified": "Last modified on",
"assigned-to": "Assigned to",
"name": "Name",
"needs-work": "Workload",