added column to config service
This commit is contained in:
parent
0f60660c95
commit
9d97e961e7
@ -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',
|
||||
|
||||
@ -786,6 +786,7 @@
|
||||
},
|
||||
"table-col-names": {
|
||||
"added-on": "Added",
|
||||
"last-modified": "Last modified on",
|
||||
"assigned-to": "Assigned to",
|
||||
"name": "Name",
|
||||
"needs-work": "Workload",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user