Skip to content

Commit acd7daa

Browse files
committed
ui: status: add link to the test result in the inline display
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent faabe8b commit acd7daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ function load_result_table_one(data_raw, table, reported, avgs)
729729
var frow = table.insertRow();
730730
frow.insertCell(0); // branch - empty
731731
var fcell = frow.insertCell(1);
732-
fcell.innerHTML = r.test;
732+
fcell.innerHTML = wrap_link(r, v, r.test);
733733
fcell.setAttribute("style", "text-align: right");
734734

735735
let result = r.result, retry = null;

0 commit comments

Comments
 (0)