Re: [pve-devel] [RFC manager 1/4] Add new selector for pool-wide bulk actions

2017-08-30 Thread Thomas Lamprecht
n 08/30/2017 05:22 PM, Philip Abernethy wrote: The new selector is functionally identical to the VMSelector, except that it filters the resource list with a pool name, instead of a node name. Yes its really quite identical, as a diff on both files shows. Instead of deduplicate all the code the

[pve-devel] [RFC manager 1/4] Add new selector for pool-wide bulk actions

2017-08-30 Thread Philip Abernethy
The new selector is functionally identical to the VMSelector, except that it filters the resource list with a pool name, instead of a node name. --- www/manager6/form/MemberVMSelector.js | 207 ++ 1 file changed, 207 insertions(+) create mode 100644 www/manager6/fo