fixed datadog logs formatting
This commit is contained in:
parent
eb7efada69
commit
9cc0f78636
5 changed files with 18 additions and 18 deletions
|
|
@ -285,7 +285,7 @@ export default function Devices() {
|
|||
<Chip
|
||||
variant="outlined"
|
||||
label={device.settings?.name ? device.settings.name : "Device " + device.settings?.deviceId}
|
||||
sx={{ maxWidth: 120}}
|
||||
sx={{ maxWidth: 160}}
|
||||
/>
|
||||
</Box>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue