rename System Status to Hardware Status

This commit is contained in:
proddy
2024-07-15 21:31:11 +02:00
parent 2d63320afb
commit d0bb9aca3b
3 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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"
/>

View File

@@ -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 = {