mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-06 09:47:09 +03:00
add sensors
This commit is contained in:
parent
cb398d62b5
commit
5dee3758f1
@ -172,10 +172,12 @@
|
||||
<table class="table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="title"></td>
|
||||
<td class="title">SENSORS</td>
|
||||
<td class="default">°C</td>
|
||||
</tr>
|
||||
<tr ng-repeat="sensor in result['sensors']">
|
||||
<td>TODO</td>
|
||||
<td class="default">{{sensor.label}}</td>
|
||||
<td class="default">{{sensor.value}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user