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