mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 00:07:21 -06:00
Forgot to make some dashboard links to customers redactable.
This commit is contained in:
parent
0235b2e657
commit
03bb955e28
@ -62,6 +62,7 @@ export class Top10FlowsBytes extends BaseDashlet {
|
||||
let link = document.createElement("a");
|
||||
link.href = "circuit.html?id=" + encodeURI(r.circuit_id);
|
||||
link.innerText = r.circuit_name;
|
||||
link.classList.add("redactable");
|
||||
circuit.appendChild(link);
|
||||
row.appendChild(circuit);
|
||||
} else {
|
||||
|
@ -62,6 +62,7 @@ export class Top10FlowsRate extends BaseDashlet {
|
||||
let link = document.createElement("a");
|
||||
link.href = "circuit.html?id=" + encodeURI(r.circuit_id);
|
||||
link.innerText = r.circuit_name;
|
||||
link.classList.add("redactable");
|
||||
circuit.appendChild(link);
|
||||
row.appendChild(circuit);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user