]> git.proxmox.com Git - pve-manager-legacy.git/commit
ui: fix unchecking 'Filter VMID'
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 24 Sep 2020 13:18:20 +0000 (15:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Sep 2020 07:06:43 +0000 (09:06 +0200)
commit017f991c91d288db37a82e1cea2e164f614b036c
tree4de416104929280dc7bb9c8779a680c812e615ea
parent1e9698dd446e0e3fb3251830db3866542a425812
ui: fix unchecking 'Filter VMID'

if the checkbox is not checked, we set the value of the vmid filter to ''
but left 'exactMatch' enabled, which means we filter all out where
the vmid is not ''

what we instead want is to remove also the exactMatch so that we
get *all* entries back not *none*

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