mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
22 lines
478 B
HTML
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> </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{rows|s}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div> |