urbackup_backend/urbackupserver/www/templates/progress_table.htm
2016-02-02 02:35:11 +01:00

22 lines
478 B
HTML

<div class="panel panel-primary">
<div class="panel-heading">{tActivities}</div>
<div class="panel-body">
<table class="table table-striped">
<thead>
<tr>
<th>{tComputer name}</th>
<th>{tAction}</th>
<th>{tDetails}</th>
<th>{tProgress}</th>
<th>{tETA}</th>
<th style="width: 15em">{tSpeed}</th>
<th>{tFiles in queue}</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody>
{rows|s}
</tbody>
</table>
</div>
</div>