mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-24 07:40:54 +00:00
Update many tables
This commit is contained in:
@ -73,6 +73,7 @@ function loadStockTestResultsTable(table, options) {
|
||||
table.inventreeTable({
|
||||
url: "{% url 'api-part-test-template-list' %}",
|
||||
method: 'get',
|
||||
name: 'testresult',
|
||||
formatNoMatches: function() {
|
||||
return "{% trans 'No test results found' %}";
|
||||
},
|
||||
@ -84,6 +85,7 @@ function loadStockTestResultsTable(table, options) {
|
||||
field: 'pk',
|
||||
title: 'ID',
|
||||
visible: false,
|
||||
switchable: false,
|
||||
},
|
||||
{
|
||||
field: 'test_name',
|
||||
|
Reference in New Issue
Block a user