mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Sort by test status
This commit is contained in:
parent
d894302e62
commit
a48c802576
@ -1050,7 +1050,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
||||
{
|
||||
field: 'tests',
|
||||
title: '{% trans "Tests" %}',
|
||||
sortable: false,
|
||||
sortable: true,
|
||||
switchable: true,
|
||||
formatter: function(value, row) {
|
||||
if (part_tests == null || part_tests.length == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user