mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Correct the size of the top-10 downloaders dashboard item.
This commit is contained in:
@@ -51,6 +51,7 @@ export class Top10Downloaders extends BaseDashlet {
|
||||
let tbody = document.createElement("tbody");
|
||||
msg.data.forEach((r) => {
|
||||
let row = document.createElement("tr");
|
||||
row.classList.add("small");
|
||||
|
||||
if (r.circuit_id !== "") {
|
||||
let link = document.createElement("a");
|
||||
|
||||
Reference in New Issue
Block a user