mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
Display company thumb in company index
This commit is contained in:
parent
b41ff3c42a
commit
15cd93a773
@ -53,7 +53,7 @@
|
||||
title: 'Company',
|
||||
sortable: true,
|
||||
formatter: function(value, row, index, field) {
|
||||
return renderLink(value, row.url);
|
||||
return imageHoverIcon(row.image) + renderLink(value, row.url);
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user