mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 20:20:58 +00:00
Added 'Pending' builds report to homepage, includes builds with 'Allocated' status
This commit is contained in:
@ -13,7 +13,7 @@ function loadBuildTable(table, options) {
|
||||
|
||||
setupFilterList("build", table);
|
||||
|
||||
table.inventreeTable({
|
||||
$(table).inventreeTable({
|
||||
method: 'get',
|
||||
formatNoMatches: function() {
|
||||
return "{% trans "No builds matching query" %}";
|
||||
|
Reference in New Issue
Block a user