mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
rename System Status to Hardware Status
This commit is contained in:
@@ -33,7 +33,7 @@ function formatNumber(num: number) {
|
||||
const ESPSystemStatus: FC = () => {
|
||||
const { LL } = useI18nContext();
|
||||
|
||||
useLayoutTitle(LL.HARDWARE());
|
||||
useLayoutTitle(LL.STATUS_OF(LL.HARDWARE()));
|
||||
|
||||
const {
|
||||
data: data,
|
||||
|
||||
@@ -391,7 +391,7 @@ const SystemStatus: FC = () => {
|
||||
disabled={!me.admin}
|
||||
icon={MemoryIcon}
|
||||
bgcolor="#68374d"
|
||||
label={LL.STATUS_OF(LL.SYSTEM(1))}
|
||||
label={LL.STATUS_OF(LL.HARDWARE())}
|
||||
text={formatNumber(data.free_heap) + ' KB' + ' ' + LL.FREE_MEMORY()}
|
||||
to="/system/espsystemstatus"
|
||||
/>
|
||||
|
||||
@@ -369,7 +369,7 @@ const ESPsystem_status = {
|
||||
psram_size: 0,
|
||||
free_psram: 0,
|
||||
has_loader: true,
|
||||
// model: 'BBQKees Electronics EMS Gateway E32 V2 (E32 V2.0 P3/2024011)'
|
||||
model: 'BBQKees Electronics EMS Gateway E32 V2 (E32 V2.0 P3/2024011)'
|
||||
};
|
||||
|
||||
const system_status = {
|
||||
|
||||
Reference in New Issue
Block a user