Small heading for top 10 downloaders, too.

This commit is contained in:
Herbert Wolverson 2024-07-16 14:44:30 -05:00
parent c3b9448435
commit 46e9182561

View File

@ -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 ⬇️"));