mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
Merge pull request #269 from SchrodingersGat/company-part-thumb
Display company thumb in company index
This commit is contained in:
commit
0652b2fa1a
@ -53,7 +53,7 @@
|
|||||||
title: 'Company',
|
title: 'Company',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
formatter: function(value, row, index, field) {
|
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