2
0
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:
eeintech
2020-09-17 14:36:05 -05:00
parent 28a55f0a58
commit 3d597cc3c3
7 changed files with 46 additions and 6 deletions

View File

@ -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" %}";