stock table rendering tweaks
This commit is contained in:
parent
79604a5ecb
commit
76ca5c50a1
|
|
@ -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'}
|
||||||
|
|
|
||||||
|
|
@ -86,6 +86,7 @@ function stockItemTableColumns({
|
||||||
'allocated',
|
'allocated',
|
||||||
'consumed',
|
'consumed',
|
||||||
'installed',
|
'installed',
|
||||||
|
'in_stock',
|
||||||
'sent_to_customer'
|
'sent_to_customer'
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue