mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Improve display of StockList tiles
This commit is contained in:
parent
7e55dbb260
commit
6b226fafc9
2 changed files with 8 additions and 2 deletions
|
|
@ -517,7 +517,7 @@ class _PaginatedStockListState extends State<PaginatedStockList> {
|
|||
Widget _buildItem(BuildContext context, InvenTreeStockItem item) {
|
||||
return ListTile(
|
||||
title: Text("${item.partName}"),
|
||||
subtitle: Text("${item.partDescription}"),
|
||||
subtitle: Text("${item.locationPathString}"),
|
||||
leading: InvenTreeAPI().getImage(
|
||||
item.partThumbnail,
|
||||
width: 40,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue