]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/dc/BackupJobDetail.js
ui: fix search for 'Guests without Backup' window
[pve-manager.git] / www / manager6 / dc / BackupJobDetail.js
index c82f50f4eb79944839aa75674dc25247ac01c377..c4683a47676d340372232ebca7f9e1294459be17 100644 (file)
@@ -460,7 +460,7 @@ Ext.define('PVE.dc.BackedGuests', {
                            me.store.clearFilter(true);
                            me.store.filterBy(function(record) {
                                let data = record.data;
-                               for (const property in ['name', 'id', 'type']) {
+                               for (const property of ['name', 'vmid', 'type']) {
                                    if (data[property] === null) {
                                        continue;
                                    }