From 64d0dac973a77a31ed0e76915d3680cec59c6dd7 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 30 Aug 2010 22:00:13 +0100 Subject: [PATCH] Updated status reports of running jobs --- webui/templates/jobs.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/templates/jobs.tpl b/webui/templates/jobs.tpl index 7dd1eb2..cd9e6fd 100644 --- a/webui/templates/jobs.tpl +++ b/webui/templates/jobs.tpl @@ -48,8 +48,9 @@ {$current_status->statusName()} {if $current_status->hasProgressInfo()}
+ Started: {$current_status->ctime()|date_format:"%D %T"}
Progress: {$current_status->ripProgress()}%
- At: {$current_status->mtime()|date_format:"%D %T"}
+ Last update: {$current_status->mtime()|date_format:"%D %T"}
ETA: {$job->calculateETA()|formatDuration} {/if}