From ecd2b64313e6b6405c3230bf7ed3bcd4664d2736 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 28 Oct 2020 19:47:23 -0400 Subject: [PATCH] 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 --- .../src/eg2/src/app/staff/admin/local/admin-carousel.component.html | 4 ++++ 1 file changed, 4 insertions(+) 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'}} + +