Put network 'Cx' info at the end.

This commit is contained in:
opi 2014-02-14 21:04:46 +01:00
parent 5eac4a45d7
commit 82ff9624dc

View file

@ -148,20 +148,20 @@
</h4>
<table class="table table-condensed">
<tr>
<td>Cx</td>
<td>{{humanSize cx}}</td>
<td>{{humanSize cumulative_cx}} (cumulative)</td>
</tr>
<tr>
<td>Rx</td>
<td><span class="glyphicon glyphicon-cloud-download"> Rx</span></td>
<td>{{humanSize rx}}</td>
<td>{{humanSize cumulative_rx}} (cumulative)</td>
</tr>
<tr>
<td>Tx</td>
<td><span class="glyphicon glyphicon-cloud-upload"> Tx</td>
<td>{{humanSize tx}}</td>
<td>{{humanSize cumulative_tx}} (cumulative)</td>
</tr>
<tr class="active">
<td>Cx</td>
<td>{{humanSize cx}}</td>
<td>{{humanSize cumulative_cx}} (cumulative)</td>
</tr>
</table>
</div>
{{/each}}