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:
skomerko
2024-08-11 10:08:13 +02:00
committed by GitHub
parent ea06eb9fe6
commit 04eb40376e
4 changed files with 15 additions and 6 deletions

View File

@@ -449,6 +449,10 @@ a.propButton img {
width: 26px;
}
#torrentsFilterSelect {
padding: 2px 4px;
}
#torrentFilesFilterToolbar {
float: right;
margin-right: 30px;