diff --git a/interface/src/framework/system/SystemStatus.tsx b/interface/src/framework/system/SystemStatus.tsx index 5a6d65383..3a60cc832 100644 --- a/interface/src/framework/system/SystemStatus.tsx +++ b/interface/src/framework/system/SystemStatus.tsx @@ -314,16 +314,6 @@ const SystemStatus: FC = () => { return ( <> - - - - - - - - - - @@ -347,7 +337,6 @@ const SystemStatus: FC = () => { - @@ -375,8 +364,8 @@ const SystemStatus: FC = () => { )} - + { text={data.emsesp_version} to="/settings/upload" /> - + + + + { text={formatNumber(data.free_heap) + ' KB' + ' ' + LL.FREE_MEMORY()} to="/system/espsystemstatus" /> - + { text={networkStatus()} to="/settings/network/status" /> - + { text={data.mqtt_status ? LL.ACTIVE() : LL.INACTIVE(0)} to="/settings/mqtt/status" /> - + { text={ntpStatus()} to="/settings/ntp/status" /> - +