From 7ac675411113cad070e7408dc0160a32ef16f729 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 3 Nov 2018 17:46:41 +0100 Subject: [PATCH] [enh] display app random day --- templates/apps.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/apps.html b/templates/apps.html index 1cc1c3e..d31e1c1 100644 --- a/templates/apps.html +++ b/templates/apps.html @@ -13,6 +13,7 @@ Started time End time Commit + Day {{app.name}} {{app.app_list}} {{app.state}} @@ -21,6 +22,7 @@ {{timestampToDate(app.started_time)}} {{timestampToDate(app.end_time)}} {{app.revision.slice(0, 7)}} + {{app.random_job_day}}