display port info in the bin components screen

This commit is contained in:
csawatzky 2025-06-26 13:28:37 -06:00
parent 28dbaa4be7
commit 6ea08107a5

View file

@ -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 />