diff --git a/src/routes/slave-status-display.svelte b/src/routes/slave-status-display.svelte index 918d637..e289319 100644 --- a/src/routes/slave-status-display.svelte +++ b/src/routes/slave-status-display.svelte @@ -11,10 +11,10 @@

Slave #{id}

-
Error:
{status.error}
-
Min. cell voltage:
{Math.round(status.minCellVolt*100)/100}V
-
Max. cell voltage:
{Math.round(status.maxCellVolt*100)/100}V
-
Max. temperature:
{Math.round(status.maxTemp*100)/100}°
+
Error:
{status.error}
+
Min. cell voltage:
{Math.round(status.minCellVolt*100)/100}V
+
Max. cell voltage:
{Math.round(status.maxCellVolt*100)/100}V
+
Max. temperature:
{Math.round(status.maxTemp*100)/100}°