[pve-devel] [PATCH pve-manager 2/2] ui: add bulk suspend support

Dominik Csapak d.csapak at proxmox.com
Tue Nov 7 08:32:05 CET 2023


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 ;)






More information about the pve-devel mailing list