diff --git a/interface/src/project/SettingsCustomization.tsx b/interface/src/project/SettingsCustomization.tsx
index e9c6cedb8..1e43fcfe8 100644
--- a/interface/src/project/SettingsCustomization.tsx
+++ b/interface/src/project/SettingsCustomization.tsx
@@ -41,12 +41,12 @@ import { DeviceShort, Devices, DeviceEntity } from './types';
const StyledTableCell = styled(TableCell)(({ theme }) => ({
[`&.${tableCellClasses.head}`]: {
- backgroundColor: '#607d8b',
- color: theme.palette.common.white,
- fontSize: 11
+ backgroundColor: '#607d8b'
+ // color: theme.palette.common.white,
+ // fontSize: 12
},
[`&.${tableCellClasses.body}`]: {
- fontSize: 12
+ // fontSize: 12
}
}));
@@ -119,19 +119,19 @@ const SettingsCustomization: FC = () => {
Select a device and customize each of its entities using the options:
-
+
mark it as favorite to be listed at the top of the Dashboard
-
+
make it read-only, only if it has write operation available
-
+
excluded it from MQTT and API outputs
-
+
hide it from the Dashboard
@@ -233,16 +233,16 @@ const SettingsCustomization: FC = () => {
}}
>
-
+
-
+
-
+
-
+