mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
WebUI: Allow to filter torrent list by save path
This PR adds ability to filter torrent list by save path. Everything should work exactly like in GUI. Closes #19393. PR #21175.
This commit is contained in:
parent
ea06eb9fe6
commit
04eb40376e
4 changed files with 15 additions and 6 deletions
|
@ -1563,9 +1563,8 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
torrentsTable.updateTable();
|
||||
}, window.qBittorrent.Misc.FILTER_INPUT_DELAY);
|
||||
});
|
||||
$("torrentsFilterRegexBox").addEventListener("change", () => {
|
||||
torrentsTable.updateTable();
|
||||
});
|
||||
|
||||
document.getElementById("torrentsFilterToolbar").addEventListener("change", (e) => { torrentsTable.updateTable(); });
|
||||
|
||||
$("transfersTabLink").addEventListener("click", showTransfersTab);
|
||||
$("searchTabLink").addEventListener("click", showSearchTab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue