mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Oops - packet buttons didn't render.
This commit is contained in:
parent
eba74042dd
commit
521b383ef7
@ -576,7 +576,7 @@
|
||||
ip_btns += "<a href='/ip_dump?ip=" + ips[i] + "' class='btn btn-info'>Packet Dump: " + ips[i] + "</a>"
|
||||
}
|
||||
ip_btns += "<br />";
|
||||
if (!madeButtons) {
|
||||
if (!madeButtons && ips.length > 0) {
|
||||
madeButtons = true;
|
||||
$("#packetButtons").html(ip_btns);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user