mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
layout changes to help text
This commit is contained in:
@@ -116,14 +116,27 @@ const SettingsCustomization: FC = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Box mb={2} color="warning.main">
|
||||
<Typography variant="body2">
|
||||
You can mark an entity as a favorite to be listed first in the Dashboard (
|
||||
<FavoriteBorderOutlinedIcon color="success" fontSize="small" />) ,or remove it entirely from the Dashboard (
|
||||
<VisibilityOffOutlinedIcon color="action" fontSize="small" />) ,or disable it's write operation (
|
||||
<EditOffOutlinedIcon color="action" fontSize="small" />) or have it excluded from the MQTT and API outputs (
|
||||
<Box mb={1} color="warning.main">
|
||||
Select a device and customize each entity using the options:
|
||||
<Typography display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
||||
|
||||
<FavoriteBorderOutlinedIcon color="success" fontSize="small" />
|
||||
mark it as favorite to be listed at the top of the Dashboard
|
||||
</Typography>
|
||||
<Typography display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
||||
|
||||
<VisibilityOffOutlinedIcon color="action" fontSize="small" />
|
||||
hide from the Dashboard
|
||||
</Typography>
|
||||
<Typography display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
||||
|
||||
<EditOffOutlinedIcon color="action" fontSize="small" />
|
||||
make it read-only (if it has write operation available)
|
||||
</Typography>
|
||||
<Typography display="block" variant="body2" sx={{ alignItems: 'center', display: 'flex' }}>
|
||||
|
||||
<CommentsDisabledOutlinedIcon color="action" fontSize="small" />
|
||||
).
|
||||
excluded it from MQTT and API outputs
|
||||
</Typography>
|
||||
</Box>
|
||||
<ValidatedTextField
|
||||
|
||||
Reference in New Issue
Block a user