mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Display build output status code (#3771)
* Display build output status code * JS linting
This commit is contained in:
parent
86b72549a2
commit
1c6eb8096f
@ -1231,6 +1231,8 @@ function loadBuildOutputTable(build_info, options={}) {
|
||||
text += ` <small>({% trans "Batch" %}: ${row.batch})</small>`;
|
||||
}
|
||||
|
||||
text += stockStatusDisplay(row.status, {classes: 'float-right'});
|
||||
|
||||
return renderLink(text, url);
|
||||
},
|
||||
sorter: function(a, b, row_a, row_b) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user