mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Mute the packet capture button on the circuits page
This commit is contained in:
parent
deae5527f7
commit
8ea687679a
@ -638,7 +638,7 @@ function wireupAnalysis(circuits) {
|
||||
clearInterval(interval);
|
||||
btn.disabled = false;
|
||||
btn.innerHTML = "<i class='fa fa-download'></i> Download Packet Capture for " + address;
|
||||
btn.classList.remove("btn-primary");
|
||||
btn.classList.remove("btn-secondary");
|
||||
btn.classList.add("btn-success");
|
||||
btn.onclick = () => {
|
||||
let url = "/local-api/pcapDump/" + sessionId;
|
||||
|
Loading…
Reference in New Issue
Block a user