mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +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
|
||||
</Typography>
|
||||
<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
|
||||
</Typography>
|
||||
<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
|
||||
</Typography>
|
||||
<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
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user