From: Terran McCanna Date: Wed, 28 Oct 2020 23:47:23 +0000 (-0400) Subject: LP1901897 Add last refresh time to carousel grid X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fmccanna%2Flp1901897_carousel_include_refresh_time;p=working%2FEvergreen.git LP1901897 Add last refresh time to carousel grid Modification to the carousel grid to display the last refresh time along with the last refresh date. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html index 6740171a14..4254869fd4 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html @@ -62,6 +62,10 @@ + + {{carousel.last_refresh_time() | date:'short'}} + +