Compare commits
No commits in common. "e35ad1d9d7c1ab34afb0921f54717af385ef9021" and "0b0d91f4dd6aa150bda0323c01d8ba3edf1151a1" have entirely different histories.
e35ad1d9d7
...
0b0d91f4dd
|
|
@ -99,9 +99,6 @@ const FlatInstallationView = (props: FlatInstallationViewProps) => {
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<FormattedMessage id="location" defaultMessage="Location" />
|
<FormattedMessage id="location" defaultMessage="Location" />
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>
|
|
||||||
<FormattedMessage id="installationSN" defaultMessage="Installation SN" />
|
|
||||||
</TableCell>
|
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<FormattedMessage id="region" defaultMessage="Region" />
|
<FormattedMessage id="region" defaultMessage="Region" />
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
|
@ -159,19 +156,6 @@ const FlatInstallationView = (props: FlatInstallationViewProps) => {
|
||||||
</Typography>
|
</Typography>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
|
||||||
<TableCell>
|
|
||||||
<Typography
|
|
||||||
variant="body2"
|
|
||||||
fontWeight="bold"
|
|
||||||
color="text.primary"
|
|
||||||
gutterBottom
|
|
||||||
noWrap
|
|
||||||
sx={{ marginTop: '10px', fontSize: 'small' }}
|
|
||||||
>
|
|
||||||
{installation.serialNumber}
|
|
||||||
</Typography>
|
|
||||||
</TableCell>
|
|
||||||
|
|
||||||
<TableCell>
|
<TableCell>
|
||||||
<Typography
|
<Typography
|
||||||
variant="body2"
|
variant="body2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue