mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
Fixes for part "card" view
This commit is contained in:
@ -791,7 +791,7 @@ function partGridTile(part) {
|
||||
|
||||
var html = `
|
||||
|
||||
<div class='product-card card'>
|
||||
<div class='card product-card borderless'>
|
||||
<div class='panel product-card-panel'>
|
||||
<div class='panel-heading'>
|
||||
<a href='/part/${part.pk}/'>
|
||||
|
Reference in New Issue
Block a user