From e4bf30332b785b0e8191c3a103f9749db4fd5985 Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Fri, 26 Feb 2021 17:29:28 +0100 Subject: [PATCH] #1807 Update dates column in alert list --- frontend/app/views/partials/alert/list.html | 45 +++++++++++++++++---- 1 file changed, 37 insertions(+), 8 deletions(-) diff --git a/frontend/app/views/partials/alert/list.html b/frontend/app/views/partials/alert/list.html index e937f23c22..16ed5984b3 100644 --- a/frontend/app/views/partials/alert/list.html +++ b/frontend/app/views/partials/alert/list.html @@ -79,13 +79,33 @@

List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList Observables - - + + Dates + + + O. + + + + + + C. + + + + + + U. + + + + + @@ -134,8 +154,17 @@

List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList {{::event.observableCount || 0}} - - {{event.date | shortDate}} + +
+ O. {{event.date | shortDate}} +
+
+ C. {{event._createdAt | shortDate}} +
+
+ U. {{event._updatedAt | shortDate}} +
+
@@ -169,11 +198,11 @@

List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList - +
None -
@@ -181,7 +210,7 @@

List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList - +