display uptime in seconds
This commit is contained in:
parent
9010b5d81e
commit
9c38779205
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
>{{ node.coord_lo }}</td>
|
||||
<td>{{ calculateBatteryPercentage(getLastSensorData(node)?.voltage, node.battery_minimum, node.battery_maximum) }}%</td>
|
||||
<td>{{ getLastSensorData(node)?.temperature }}°C</td>
|
||||
<td>{{ formatRuntime(getLastSensorData(node)?.uptime) }}</td>
|
||||
<td>{{ getLastSensorData(node)?.uptime/1000 }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue