mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix bug which prevented loading of test results (#3855)
This commit is contained in:
parent
f3dee187bc
commit
fe56a046cc
@ -1134,7 +1134,7 @@ function loadBuildOutputTable(build_info, options={}) {
|
||||
data.push(row);
|
||||
});
|
||||
|
||||
$(table).bootstrapTable('load', row);
|
||||
$(table).bootstrapTable('load', data);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user