diff --git a/webui/source/templates/home.tpl b/webui/source/templates/home.tpl index 8e3b714..4856fe0 100644 --- a/webui/source/templates/home.tpl +++ b/webui/source/templates/home.tpl @@ -4,8 +4,26 @@ {if $running_jobs} {foreach from=$running_jobs item=job} -
  • {$job->name()} ({$job->currentStatus()->ripProgress()}%)
  • +
  • {$job->name()} {$job->currentStatus()->ripProgress()}%
  • {/foreach} + {else} There are no currently running jobs. {/if}