re-arrange application settings page - Updates to webUI #1920

This commit is contained in:
proddy
2024-08-15 21:15:51 +02:00
parent d4d296a97e
commit 500a398dd1
13 changed files with 410 additions and 453 deletions

View File

@@ -168,7 +168,6 @@ const DownloadUpload = () => {
>
{LL.SUPPORT_INFORMATION(0)}
</Button>
{/* TODO translate All Values */}
<Button
sx={{ ml: 2 }}
startIcon={<DownloadIcon />}
@@ -176,7 +175,7 @@ const DownloadUpload = () => {
color="primary"
onClick={() => callAPI('system', 'allvalues')}
>
All Values
{LL.ALLVALUES()}
</Button>
</Box>