add click message to show device details

This commit is contained in:
proddy
2020-09-02 20:38:47 +02:00
parent c2b97eae4f
commit c7ed11999e

View File

@@ -83,8 +83,11 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
const { width, data } = this.props;
return (
<TableContainer>
<Typography variant="h6" color="primary" paragraph>
Devices:
<Typography variant="h6" color="primary" >
Devices
</Typography>
<Typography variant="caption" color="initial" paragraph>
<i>(click to show details)</i>
</Typography>
{!this.noDevices() && (
<Table size="small" padding={isWidthDown('xs', width!) ? "none" : "default"}>
@@ -145,7 +148,7 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
<TableContainer>
<p></p>
<Typography variant="h6" color="primary" paragraph>
Sensors:
Sensors
</Typography>
{!this.noSensors() && (
<Table size="small" padding="default">