Merge pull request #21123 from skomerko/webui-use-alternating-row-colors

WebUI: Add ability to toggle alternating row colors in tables
This commit is contained in:
Chocobo1 2024-08-04 17:16:01 +08:00 committed by GitHub
commit 49507ad670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 41 additions and 91 deletions

View file

@ -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) {