[pve-devel] applied: [PATCH manager] ui: fix search for 'Guests without Backup' window

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Jan 20 09:56:29 CET 2023


Am 20/01/2023 um 09:47 schrieb Lukas Wagner:
> In JS, a `for (const a in <...>)` loop iterates over indices, not
> over values. To iterate over values, `for (const a of <..>)` has
> to be used. Furthermore, filtering by ID did not work properly, since
> the property is called `vmid`, not `id`.

seems it was not adapted when copying over from the job detail window
code.

> 
> Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
> ---
>  www/manager6/dc/BackupJobDetail.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!





More information about the pve-devel mailing list