stock table rendering tweaks
This commit is contained in:
parent
79604a5ecb
commit
76ca5c50a1
|
|
@ -68,7 +68,7 @@ export function TableHoverCard({
|
|||
zIndex={zIndex}
|
||||
>
|
||||
<HoverCard.Target>
|
||||
<Group gap='xs' justify='space-between'>
|
||||
<Group gap='xs' justify='space-between' wrap='nowrap'>
|
||||
{value}
|
||||
<InvenTreeIcon
|
||||
icon={icon ?? 'info'}
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ function stockItemTableColumns({
|
|||
'allocated',
|
||||
'consumed',
|
||||
'installed',
|
||||
'in_stock',
|
||||
'sent_to_customer'
|
||||
]
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue