From 887cd33f5bff8e91ca51c97b9eed07cac45cc2f7 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 18 Jul 2024 15:59:13 +0200 Subject: [PATCH] change order of menu items, make all bus status clickable for bbqkees --- .../src/framework/system/SystemStatus.tsx | 33 +++++++++---------- 1 file changed, 16 insertions(+), 17 deletions(-) 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" /> - +