mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +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',
|
field: 'tests',
|
||||||
title: '{% trans "Tests" %}',
|
title: '{% trans "Tests" %}',
|
||||||
sortable: false,
|
sortable: true,
|
||||||
switchable: true,
|
switchable: true,
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
if (part_tests == null || part_tests.length == 0) {
|
if (part_tests == null || part_tests.length == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user