mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-21 15:57:24 -06:00
Fix the links to circuits on the ASN Explorer
This commit is contained in:
parent
8157a60656
commit
cc6958e127
@ -304,7 +304,7 @@ function renderAsn(asn, data) {
|
||||
clientCol.classList.add("col-1", "text-secondary", "small");
|
||||
if (row.circuit_id !== "") {
|
||||
let clientLink = document.createElement("a");
|
||||
clientLink.href = "/circuit/" + encodeURI(row.circuit_id);
|
||||
clientLink.href = "/circuit.html?id=" + encodeURI(row.circuit_id);
|
||||
clientLink.innerText = row.circuit_name;
|
||||
clientLink.classList.add("redactable");
|
||||
clientLink.style.textOverflow = "ellipsis";
|
||||
|
Loading…
Reference in New Issue
Block a user