mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
customization advice with selected icons
This commit is contained in:
@@ -123,15 +123,15 @@ const SettingsCustomization: FC = () => {
|
|||||||
mark it as favorite to be listed at the top of the Dashboard
|
mark it as favorite to be listed at the top of the Dashboard
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography ml={2} display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
<Typography ml={2} display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
||||||
<EditOffOutlinedIcon color="action" sx={{ fontSize: 13 }} />
|
<EditOffOutlinedIcon color="secondary" sx={{ fontSize: 13 }} />
|
||||||
make it read-only, only if it has write operation available
|
make it read-only, only if it has write operation available
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography ml={2} display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
<Typography ml={2} display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
||||||
<CommentsDisabledOutlinedIcon color="action" sx={{ fontSize: 13 }} />
|
<CommentsDisabledOutlinedIcon color="secondary" sx={{ fontSize: 13 }} />
|
||||||
excluded it from MQTT and API outputs
|
excluded it from MQTT and API outputs
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography ml={2} mb={1} display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
<Typography ml={2} mb={1} display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
||||||
<VisibilityOffOutlinedIcon color="action" sx={{ fontSize: 13 }} />
|
<VisibilityOffOutlinedIcon color="secondary" sx={{ fontSize: 13 }} />
|
||||||
hide it from the Dashboard
|
hide it from the Dashboard
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user