mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Remember to display the protocol in the header!
This commit is contained in:
parent
b4872a4f09
commit
59d1116893
@ -200,6 +200,9 @@ function renderAsn(asn, data) {
|
||||
|
||||
// Build the heading
|
||||
heading.innerHTML = "<img alt='" + targetCountry.iso_code + "' src='flags/" + targetCountry.iso_code.toLowerCase() + ".svg' height=32 width=32 />" + targetCountry.name;
|
||||
} else if (renderMode === "protocol") {
|
||||
// Build the heading
|
||||
heading.innerText = "Protocol: " + asn;
|
||||
}
|
||||
|
||||
let target = document.getElementById("asnDetails");
|
||||
|
Loading…
Reference in New Issue
Block a user