Skip to content

Commit faabe8b

Browse files
committed
ui: status: add 'Branch stream: ' to the headings
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 1cddc54 commit faabe8b

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
@@ -593,7 +593,7 @@ function reset_summary(summary, branch)
593593
function contest_create_table(stream_name, container)
594594
{
595595
var h4 = document.createElement("h4");
596-
h4.innerText = stream_name;
596+
h4.innerText = "Branch stream: " + stream_name;
597597
container.appendChild(h4);
598598

599599
var table = document.createElement("table");

0 commit comments

Comments
 (0)