]> git.proxmox.com Git - pve-manager.git/commit
ui: guest selector: switch from post-filter to query param for API call
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 6 Mar 2023 14:23:31 +0000 (15:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Mar 2023 17:47:34 +0000 (18:47 +0100)
commit11fc6d7fb532bce07c2a9b98809a926a1209f381
tree0e8be793fae41a20c31b45ae734ba4d1fc4cd9af
parentd3086ce7521ef8256265b8033f7e05f1fedf9889
ui: guest selector: switch from post-filter to query param for API call

So that we can modify any filters without always having to consider
filtering for the type too. Note that the 'vm' tyoe here is slightly
confusing and should actually be 'guest', as this also returns
containers. Reduces transmission size a bit as nice side effect.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/VMSelector.js