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

@@ -195,7 +195,6 @@ const UploadDownload: FC = () => {
<Box p={2} border="2px solid grey" borderRadius={2}>
{LL.VERSION_ON() + ' '}
<b>{data.emsesp_version}</b>&nbsp;({data.esp_platform})
{data.model.length > 0 && <p>Gateway Hardware:&nbsp;{data.model}</p>}
<Divider />
{latestVersion && (
<Box mt={2}>