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