On 11/6/23 19:32, Thomas Lamprecht wrote:
Am 18/10/2023 um 12:34 schrieb Hannes Laimer:

diff --git a/www/manager6/form/VMSelector.js b/www/manager6/form/VMSelector.js
index d59847f2..ad0bfc03 100644
--- a/www/manager6/form/VMSelector.js
+++ b/www/manager6/form/VMSelector.js
@@ -233,6 +233,10 @@ Ext.define('PVE.form.VMSelector', {
                case 'stopall':
                    statusfilter = 'running';
                    break;
+               case 'suspendall':
+                   statusfilter = 'running';
+                   me.getStore().addFilter({ property: 'type', value: /qemu/ 
});

@Dominik: this (as a whole) clashes a bit with your filter-rework for 
bulk-actions,
would you prefer to get that in earlier or is adapting to this not much work 
anyway?

would not really mind if this patch gets in first, i can adapt to that ;)



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to