diff --git a/src/rust/lqos_node_manager/static/circuit_queue.html b/src/rust/lqos_node_manager/static/circuit_queue.html index 62702760..fcd7f8a0 100644 --- a/src/rust/lqos_node_manager/static/circuit_queue.html +++ b/src/rust/lqos_node_manager/static/circuit_queue.html @@ -472,14 +472,14 @@ row += "
"; row += "
"; - row += "
" + data[i][1].name + " Throughput
"; + row += "
" + redactText(data[i][1].name) + " Throughput
"; row += "
"; row += "
"; row += "
"; row += "
"; row += "
"; - row += "
" + data[i][1].name + " TCP RTT
"; + row += "
" + redactText(data[i][1].name) + " TCP RTT
"; row += "
"; row += "
"; row += "
";