From 95ef254b8c004b23b63194bb8905cf228b3ce33a Mon Sep 17 00:00:00 2001 From: Ricardo Gonzalez Date: Sun, 11 Oct 2020 16:14:43 +0100 Subject: [PATCH] Add timestamp to last updated. Fixes #87 --- .../frontend/src/app/modules/dashboard/dashboard.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/frontend/src/app/modules/dashboard/dashboard.component.html b/webapp/frontend/src/app/modules/dashboard/dashboard.component.html index 68d42d7..c90ee6a 100644 --- a/webapp/frontend/src/app/modules/dashboard/dashboard.component.html +++ b/webapp/frontend/src/app/modules/dashboard/dashboard.component.html @@ -69,7 +69,7 @@ class="font-bold text-md text-secondary uppercase tracking-wider">{{deviceTitle(disk)}}
- Last Updated on {{disk.smart_results[0]?.date | date:'MMMM dd, yyyy' }} + Last Updated on {{disk.smart_results[0]?.date | date:'MMMM dd, yyyy - HH:mm' }}