mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Small changes and fixes in monitor view.
This commit is contained in:
parent
ff1b72563e
commit
d5ec997ab4
1 changed files with 10 additions and 15 deletions
|
@ -151,25 +151,20 @@
|
||||||
<small>Time since update: {{humanTime time_since_update}}</small>
|
<small>Time since update: {{humanTime time_since_update}}</small>
|
||||||
</h4>
|
</h4>
|
||||||
</th>
|
</th>
|
||||||
<th>Bitrate</th>
|
<th>Bit rate</th>
|
||||||
<th>Cumulative bitrate</th>
|
<th>Cumulative usage</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Rx</span></td>
|
<td>Transmission</td>
|
||||||
<td>{{bitRate rx time_since_update}}</td>
|
|
||||||
<td>{{humanSize cumulative_rx}}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Tx</td>
|
|
||||||
<td>{{bitRate tx time_since_update}}</td>
|
<td>{{bitRate tx time_since_update}}</td>
|
||||||
<td>{{humanSize cumulative_tx}}</td>
|
<td>{{humanSize cumulative_tx}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="active">
|
<tr>
|
||||||
<td>Rx + Tx</td>
|
<td>Reception</td>
|
||||||
<td>{{bitRate cx time_since_update}}</td>
|
<td>{{bitRate rx time_since_update}}</td>
|
||||||
<td>{{humanSize cumulative_cx}}</td>
|
<td>{{humanSize cumulative_rx}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue