mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Tweaks
This commit is contained in:
@ -658,14 +658,14 @@ function loadBuildTable(table, options) {
|
||||
},
|
||||
{
|
||||
field: 'quantity',
|
||||
title: '{% trans "Quantity" %}',
|
||||
title: '{% trans "Completed" %}',
|
||||
sortable: true,
|
||||
formatter: function(value, row, index, field) {
|
||||
return makeProgressBar(
|
||||
row.completed,
|
||||
row.quantity,
|
||||
{
|
||||
style: 'max',
|
||||
//style: 'max',
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user