feat(volumes): add webdav, sftp, and rclone filters (#720)

* feat(volumes): add sftp, webdav, and rclone filters

* chore(volumes): align backend filter order with create-volume form
This commit is contained in:
Kevin Stallone 2026-03-31 11:27:43 -07:00 committed by GitHub
parent c9451d90dd
commit aa7eaa0929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,6 +96,9 @@ export function VolumesPage() {
<SelectItem value="directory">Directory</SelectItem>
<SelectItem value="nfs">NFS</SelectItem>
<SelectItem value="smb">SMB</SelectItem>
<SelectItem value="webdav">WebDAV</SelectItem>
<SelectItem value="sftp">SFTP</SelectItem>
<SelectItem value="rclone">rclone</SelectItem>
</SelectContent>
</Select>
{(searchQuery || statusFilter || backendFilter) && (