display port info in the bin components screen
This commit is contained in:
parent
28dbaa4be7
commit
6ea08107a5
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ export default function BinComponents(props: Props) {
|
|||
)}
|
||||
<ListItemText inset={cIcon === undefined}>
|
||||
<Grid container direction="row" justifyContent="space-between">
|
||||
<Grid >{comp.name()}</Grid>
|
||||
<Grid >{comp.name() + " - " + comp.addressDescription(devMap.get(device)?.settings.product)}</Grid>
|
||||
<Grid >
|
||||
{components?.get(comp.key()) !== undefined ? (
|
||||
<CheckBoxIcon />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue