[pve-devel] [PATCH manager 0/4] add start/stop/migration filtering
Dominik Csapak
d.csapak at proxmox.com
Thu Jan 5 12:24:59 CET 2017
this patch series adds a vmid filter to the
startall/stopall/migrateall calls of nodes
and a gui for selecting this
so you can selectively start, stop and migrate guests in bulk
i will also send a documentation patch later and add a help button to the
window to explain it
Dominik Csapak (4):
add vmid filter to (start/stop/migrate)all
add BulkAction window class
add vmselector form field
change Start/Stop/Migrate all to Bulk actions
PVE/API2/Nodes.pm | 33 ++++++-
www/manager6/Makefile | 3 +-
www/manager6/form/VMSelector.js | 181 ++++++++++++++++++++++++++++++++++++++
www/manager6/node/Config.js | 57 +++++-------
www/manager6/window/BulkAction.js | 141 +++++++++++++++++++++++++++++
5 files changed, 375 insertions(+), 40 deletions(-)
create mode 100644 www/manager6/form/VMSelector.js
create mode 100644 www/manager6/window/BulkAction.js
--
2.1.4
More information about the pve-devel
mailing list