mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-22 18:08:40 +00:00
ui: filter on exact vmid
so that backups of vmid 1000 do not show up on vm 100 with 'filte vmid' enabled Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
eb0021502a
commit
496eb1ccdf
@ -49,6 +49,7 @@ Ext.define('PVE.grid.BackupView', {
|
|||||||
var vmidFilter = {
|
var vmidFilter = {
|
||||||
property: 'vmid',
|
property: 'vmid',
|
||||||
value: vmid,
|
value: vmid,
|
||||||
|
exactMatch: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
me.store = Ext.create('Ext.data.Store', {
|
me.store = Ext.create('Ext.data.Store', {
|
||||||
|
Loading…
Reference in New Issue
Block a user