2
0
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:
Oliver Walters
2019-05-08 19:15:41 +10:00
parent afffd06fb8
commit 2a66224952
3 changed files with 40 additions and 1 deletions

View File

@ -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);
}
},
{