From d703f1ff0d1e9f7e0a889f2ab821e6644f6d1645 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sat, 24 Sep 2011 18:17:18 +0100 Subject: [PATCH] Add fuzzy ETA to homepage for running jobs --- webui/source/templates/home.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/source/templates/home.tpl b/webui/source/templates/home.tpl index 4856fe0..cf84775 100644 --- a/webui/source/templates/home.tpl +++ b/webui/source/templates/home.tpl @@ -4,7 +4,7 @@ {if $running_jobs} {foreach from=$running_jobs item=job} -
  • {$job->name()} {$job->currentStatus()->ripProgress()}%
  • +
  • {$job->name()} {$job->currentStatus()->ripProgress()}% ({RippingCluster_Main::formatDuration($job->calculateETA(), 1)} remaining)
  • {/foreach}