mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-16 21:08:12 -04:00
add sensors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user