mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Michael's PR merged (dv sort, remove id)
This commit is contained in:
@@ -37,7 +37,7 @@ import CancelIcon from '@mui/icons-material/Cancel';
|
||||
import SendIcon from '@mui/icons-material/TrendingFlat';
|
||||
import SaveIcon from '@mui/icons-material/Save';
|
||||
import RemoveIcon from '@mui/icons-material/RemoveCircleOutline';
|
||||
import FavoriteIcon from '@mui/icons-material/Favorite';
|
||||
import FavoriteBorderIcon from '@mui/icons-material/FavoriteBorder';
|
||||
import PlayArrowIcon from '@mui/icons-material/PlayArrow';
|
||||
|
||||
import DeviceIcon from './DeviceIcon';
|
||||
@@ -500,7 +500,7 @@ const DashboardData: FC = () => {
|
||||
return (
|
||||
<StyledTableCell component="th" scope="row">
|
||||
{name}
|
||||
<PlayArrowIcon color="primary" sx={{ fontSize: 10 }} />
|
||||
<PlayArrowIcon color="primary" sx={{ fontSize: 12 }} />
|
||||
</StyledTableCell>
|
||||
);
|
||||
}
|
||||
@@ -509,7 +509,7 @@ const DashboardData: FC = () => {
|
||||
return (
|
||||
<StyledTableCell component="th" scope="row">
|
||||
{name}
|
||||
<FavoriteIcon color="error" sx={{ fontSize: 10 }} />
|
||||
<FavoriteBorderIcon color="success" sx={{ fontSize: 10 }} />
|
||||
</StyledTableCell>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user