right align device/brand

This commit is contained in:
proddy
2021-04-17 13:02:31 +02:00
parent 14199ee4ea
commit 031f1abd5d

View File

@@ -181,7 +181,7 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
</Button> </Button>
</CustomTooltip> </CustomTooltip>
</TableCell> </TableCell>
<TableCell>{device.brand + " " + device.name} </TableCell> <TableCell align="right">{device.brand + " " + device.name} </TableCell>
</TableRow> </TableRow>
))} ))}
</TableBody> </TableBody>