mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Small heading for top 10 downloaders, too.
This commit is contained in:
parent
c3b9448435
commit
46e9182561
@ -40,6 +40,7 @@ export class Top10Downloaders extends BaseDashlet {
|
||||
t.classList.add("table", "table-striped", "table-sm");
|
||||
|
||||
let th = document.createElement("thead");
|
||||
th.classList.add("small");
|
||||
th.appendChild(theading("IP Address/Circuit"));
|
||||
th.appendChild(theading("Plan"));
|
||||
th.appendChild(theading("DL ⬇️"));
|
||||
|
Loading…
Reference in New Issue
Block a user