text changes, rename system status to hardware, added model

This commit is contained in:
proddy
2024-07-15 21:17:02 +02:00
parent f04ab8e3c1
commit 2d63320afb
14 changed files with 42 additions and 30 deletions

View File

@@ -391,8 +391,8 @@ const SystemStatus: FC = () => {
disabled={!me.admin}
icon={MemoryIcon}
bgcolor="#68374d"
label={LL.SYSTEM_MEMORY()}
text={formatNumber(data.free_heap) + ' KB'}
label={LL.STATUS_OF(LL.SYSTEM(1))}
text={formatNumber(data.free_heap) + ' KB' + ' ' + LL.FREE_MEMORY()}
to="/system/espsystemstatus"
/>
<Divider variant="inset" component="li" />