From e93131fcce06b64b89ccf4fa166b82dec6e7480d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 18 Nov 2017 18:54:17 +0100 Subject: dashboard/app: remember job links Remember link for jobs. Check that mailing list is in CC when we accept commands. --- dashboard/app/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/main.html') diff --git a/dashboard/app/main.html b/dashboard/app/main.html index 56ee285ee..ea1eec7c9 100644 --- a/dashboard/app/main.html +++ b/dashboard/app/main.html @@ -55,7 +55,7 @@ {{range $job := $.Jobs}} - {{formatTime $job.Created}} + {{if $job.Link}}{{formatTime $job.Created}}{{else}}{{formatTime $job.Created}}{{end}} {{formatTime $job.Started}}{{if gt $job.Attempts 1}} ({{$job.Attempts}}){{end}} {{formatTime $job.Finished}} {{$job.User}} -- cgit mrf-deployment