Update ui to use bootstrap ui in more places
This commit is contained in:
15
source/webui/templates/fragments/job-status-popover.tpl
Normal file
15
source/webui/templates/fragments/job-status-popover.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<dl>
|
||||
{if $current_status->hasProgressInfo()}
|
||||
<dt>Started</dt>
|
||||
<dd>{$current_status->ctime()|date_format:"%D %T"}</dd>
|
||||
|
||||
<dt>Progress</dt>
|
||||
<dd>{$current_status->ripProgress()}%</dd>
|
||||
|
||||
<dt>ETA</dt>
|
||||
<dd>{$job->calculateETA()|formatDuration}</dd>
|
||||
{/if}
|
||||
|
||||
<dt>Last update</dt>
|
||||
<dd>{$current_status->mtime()|date_format:"%D %T"}</dd>
|
||||
</dl>
|
||||
Reference in New Issue
Block a user