Re: [pve-devel] [RFC manager 2/4] Add a pool-centered bulk action

2017-08-30 Thread Thomas Lamprecht
On 08/30/2017 05:22 PM, Philip Abernethy wrote: Uses the memberVSSelector to get a list of all VMs and containers in the selected pool. same as the previous patch, with a few `if (me.poolname)' checks the existing BulkAction class could me shaped to serve both use cases, reducing code deduplica

[pve-devel] [RFC manager 2/4] Add a pool-centered bulk action

2017-08-30 Thread Philip Abernethy
Uses the memberVSSelector to get a list of all VMs and containers in the selected pool. --- www/manager6/window/PoolBulkAction.js | 100 ++ 1 file changed, 100 insertions(+) create mode 100644 www/manager6/window/PoolBulkAction.js diff --git a/www/manager6/window/