mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Created language keys for the header labels in proccess atachment list component (#2523)
Updated the component
This commit is contained in:
parent
8d6c6063e7
commit
b2e67e0392
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
<data-columns>
|
<data-columns>
|
||||||
<data-column key="icon" type="icon" srTitle="Thumbnail" [sortable]="false"></data-column>
|
<data-column key="icon" type="icon" srTitle="Thumbnail" [sortable]="false"></data-column>
|
||||||
<data-column key="name" type="text" title="Name" class="full-width ellipsis-cell" [sortable]="true"></data-column>
|
<data-column key="name" type="text" title="{{'PROCESS-ATTACHMENT.COLUMNS.NAME' | translate}}" class="full-width ellipsis-cell" [sortable]="true"></data-column>
|
||||||
<data-column key="created" type="date" format="shortDate" title="Created On"></data-column>
|
<data-column key="created" type="date" format="shortDate" title="{{'PROCESS-ATTACHMENT.COLUMNS.CREATED-ON' | translate}}"></data-column>
|
||||||
</data-columns>
|
</data-columns>
|
||||||
|
|
||||||
<loading-content-template>
|
<loading-content-template>
|
||||||
|
@ -115,6 +115,10 @@
|
|||||||
},
|
},
|
||||||
"EMPTY-LIST": {
|
"EMPTY-LIST": {
|
||||||
"HEADER": "No files are available"
|
"HEADER": "No files are available"
|
||||||
|
},
|
||||||
|
"COLUMNS": {
|
||||||
|
"NAME": "Name",
|
||||||
|
"CREATED-ON": "Created on"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user