stock table rendering tweaks

This commit is contained in:
Oliver Walters 2026-06-27 00:03:45 +00:00
parent 79604a5ecb
commit 76ca5c50a1
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export function TableHoverCard({
zIndex={zIndex} zIndex={zIndex}
> >
<HoverCard.Target> <HoverCard.Target>
<Group gap='xs' justify='space-between'> <Group gap='xs' justify='space-between' wrap='nowrap'>
{value} {value}
<InvenTreeIcon <InvenTreeIcon
icon={icon ?? 'info'} icon={icon ?? 'info'}

View File

@ -86,6 +86,7 @@ function stockItemTableColumns({
'allocated', 'allocated',
'consumed', 'consumed',
'installed', 'installed',
'in_stock',
'sent_to_customer' 'sent_to_customer'
] ]
}), }),