diff --git a/plugins/dynamix/DashStats.page b/plugins/dynamix/DashStats.page
index 35f90c6bb..bbbf3784d 100644
--- a/plugins/dynamix/DashStats.page
+++ b/plugins/dynamix/DashStats.page
@@ -174,7 +174,7 @@ echo "
Array Status | ".implode('',$row0);
| Avg. CPU load |
|
-1):?> |
| Per CPU load * |
+1):?>
|
| Per CPU load * |
$tr = false;
foreach ($cpus as $pair):
@@ -198,7 +198,7 @@ foreach ($cpus as $pair):
$text .= isset($cpu2) ? "[$cpu1/$cpu2]" : $cpu1;
endforeach;
?>
-
| Per CPU load * | =$text?> |
+| Per CPU load * | =$text?> |
@@ -223,7 +223,7 @@ $dck = exec("df /var/lib/docker|grep -om1 '^/'");
| installed | ="$memory_installed GB (max. capacity $memory_maximum GB)"?> |
-1):?> |
| Network * |
+1):?>
|
| Network * |
$c = 0;
foreach ($ports as $port):
@@ -231,7 +231,7 @@ foreach ($ports as $port):
echo "$port | |
";
endforeach;
?>
-| Network * | Interface | Receive pkts | Transmit pkts |
+| Network * | Interface | Receive pkts | Transmit pkts |
$c = 0;
foreach ($ports as $port):
@@ -239,7 +239,7 @@ foreach ($ports as $port):
$c += 2;
endforeach;
?>
-| Network * | Interface | Receive | Transmit |
+| Network * | Interface | Receive | Transmit |
$c = 0;
foreach ($ports as $port):
@@ -256,7 +256,7 @@ foreach ($ports as $port):
$text .= $port;
endforeach;
?>
-| Network * | =$text?> |
+| Network * | =$text?> |