From 8d1629a7a6c69353015eaa5e6ac4eb0ac7274ce3 Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Wed, 30 May 2018 19:37:32 -0400 Subject: [PATCH] It's confusing to see the timestamp of started_at if the status says "completed" (#19551) fixes https://github.com/elastic/kibana/issues/17912 --- .../plugins/reporting/public/views/management/jobs.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/reporting/public/views/management/jobs.html b/x-pack/plugins/reporting/public/views/management/jobs.html index b9b93bef1e0f..c0dd8af9a8d2 100644 --- a/x-pack/plugins/reporting/public/views/management/jobs.html +++ b/x-pack/plugins/reporting/public/views/management/jobs.html @@ -30,10 +30,16 @@
{{ job.started_at | date : 'yyyy-MM-dd @ h:mm a' }}
+
+ {{ job.completed_at | date : 'yyyy-MM-dd @ h:mm a' }} +