Small changes and fixes in monitor view.

This commit is contained in:
Jerome Lebleu 2014-02-19 16:13:43 +01:00
parent ff1b72563e
commit d5ec997ab4

View file

@ -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>