| Current Path : /lib/python2.7/site-packages/glances/outputs/static/html/plugins/ |
| Current File : //lib/python2.7/site-packages/glances/outputs/static/html/plugins/sensors.html |
<div class="table-row">
<div class="table-cell text-left title">SENSORS</div>
</div>
<div class="table-row" ng-repeat="sensor in statsSensors.sensors">
<div class="table-cell text-left">{{ sensor.label }}</div>
<div class="table-cell">{{ sensor.unit }}</div>
<div class="table-cell" ng-class="statsSensors.getAlert(sensor)">{{ sensor.value }}</div>
</div>