mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
WebUI: Add ability to toggle alternating row colors in tables
This commit is contained in:
parent
69a829dfb0
commit
b67495464d
11 changed files with 40 additions and 90 deletions
|
@ -845,7 +845,6 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
});
|
||||
}
|
||||
torrentsTable.updateTable(full_update);
|
||||
torrentsTable.altRow();
|
||||
if (response["server_state"]) {
|
||||
const tmp = response["server_state"];
|
||||
for (const k in tmp) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue