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}