Modification to the carousel grid to display the last refresh
time along with the last refresh date.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
<eg-grid-column path="age_filter" [hidden]="true"></eg-grid-column>
<eg-grid-column path="owning_lib_filter" [hidden]="true"></eg-grid-column>
<eg-grid-column path="copy_location_filter" [hidden]="true"></eg-grid-column>
+ <ng-template #lastRefreshTmpl let-carousel="row">
+ {{carousel.last_refresh_time() | date:'short'}}
+ </ng-template>
+ <eg-grid-column [hidden]="false" i18n-label label="Last Refresh Date-Time" [cellTemplate]="lastRefreshTmpl"></eg-grid-column>
</eg-grid>
<ng-template #bucketTemplate