1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Removed battery voltage.

This commit is contained in:
Gunther Brunner 2014-05-26 21:19:10 +09:00
parent 00eb155ab9
commit 5e512bf51c

View file

@ -125,8 +125,6 @@ div.stf-device-list
span {{ device.battery.level / device.battery.scale * 100 }}%
td(ng-show='showAll', data-title="'Battery Temperature'", sortable='"battery.temp"', filter='{"battery.temp": "text"}')
span {{device.battery.temp}}°C
td(ng-show='showAll', data-title="'Battery Voltage'", sortable='"battery.voltage"', filter='{"battery.voltage": "text"}')
span {{device.battery.voltage}}v
td(data-title="'Location'|translate", sortable='"provider.name"', filter='{"provider.name": "text"}')
span {{device.provider.name}}