mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Part image hover preview working in part-category-list
- Yay for CSS!
This commit is contained in:
@ -152,7 +152,7 @@
|
||||
title: 'Part',
|
||||
sortable: true,
|
||||
formatter: function(value, row, index, field) {
|
||||
return renderLink(value, row.url);
|
||||
return imageHoverIcon(row.image_url) + renderLink(value, row.url);
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user