From 45df36ed6ca964624ccfe6a165f1096b6bf1101f Mon Sep 17 00:00:00 2001 From: Michel Vocks Date: Thu, 14 Jun 2018 21:45:04 +0200 Subject: [PATCH] Improved the index view a bit --- frontend/client/views/overview/index.vue | 38 ++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/frontend/client/views/overview/index.vue b/frontend/client/views/overview/index.vue index b610c83d..ac1a6450 100755 --- a/frontend/client/views/overview/index.vue +++ b/frontend/client/views/overview/index.vue @@ -15,8 +15,20 @@
- Duration: {{ pipeline.r.startdate }}
- Started: {{ pipeline.r.finishdate }}
+ + + Duration: + + + {{ calculateDuration(pipeline.r.startdate, pipeline.r.finishdate) }} +
+ + + Started: + + + {{ humanizedDate(pipeline.r.finishdate) }} +