mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
custom date column template (#83)
This commit is contained in:
committed by
Denys Vuika
parent
ac6c9e961d
commit
1dcd4ef6ea
@@ -113,7 +113,6 @@
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
|
||||
<data-column
|
||||
key="content.sizeInBytes"
|
||||
title="APP.DOCUMENT_LIST.COLUMNS.SIZE"
|
||||
@@ -122,9 +121,10 @@
|
||||
|
||||
<data-column
|
||||
key="modifiedAt"
|
||||
type="date"
|
||||
format="timeAgo"
|
||||
title="APP.DOCUMENT_LIST.COLUMNS.MODIFIED_ON">
|
||||
<ng-template let-value="value">
|
||||
<span title="{{ value | date:'medium' }}">{{ value | adfTimeAgo }}</span>
|
||||
</ng-template>
|
||||
</data-column>
|
||||
|
||||
<data-column
|
||||
|
Reference in New Issue
Block a user