]> git.proxmox.com Git - pve-manager.git/commit
filter backup always by vm type
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Mar 2016 11:57:38 +0000 (12:57 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Mar 2016 13:02:29 +0000 (14:02 +0100)
commit5c41645953a76b4d0c4117fcb136bace0986bb84
tree3922077ddbde74428bd54341ed354c654a898d84
parenta26cb7118c40dfcacc76ca7d3dd9cd22fb9a6e13
filter backup always by vm type

currently, as soon as you type something in the backup search bar,
the filter for the vm type (e.g. lxc or qemu) gets cleared, and
you see *all* backups (also those not for the current type)

this patch adds the original filterFn to the filter when searching

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager/grid/BackupView.js
www/manager6/grid/BackupView.js