[pve-devel] [PATCH manager v2 0/5] add container clone/template to the gui

Dominik Csapak d.csapak at proxmox.com
Wed Mar 21 15:12:12 CET 2018


this series enables creating container templates and clones from the gui

since 'target' parameter is implemented now, this should work

changes from v1:

* send 'hostname' instead of 'name' for cloning containers
* show CT/VM even when cloning a template
* do not send format for containers

Dominik Csapak (5):
  move Clone to window directory
  make clone window guest agnostic
  move TemplateMenu to menu directory
  adapt and rescope TemplateMenu for containers
  make container clones/template available in the gui

 www/manager6/Makefile                       |  4 +--
 www/manager6/Utils.js                       | 36 ++++++++--------------
 www/manager6/form/SnapshotSelector.js       |  6 +++-
 www/manager6/lxc/CmdMenu.js                 | 48 +++++++++++++++++------------
 www/manager6/lxc/Config.js                  | 26 ++++++++++++++++
 www/manager6/{qemu => menu}/TemplateMenu.js | 14 ++++++---
 www/manager6/qemu/CmdMenu.js                |  2 +-
 www/manager6/qemu/Config.js                 |  2 +-
 www/manager6/{qemu => window}/Clone.js      | 33 ++++++++++++++------
 9 files changed, 109 insertions(+), 62 deletions(-)
 rename www/manager6/{qemu => menu}/TemplateMenu.js (75%)
 rename www/manager6/{qemu => window}/Clone.js (87%)

-- 
2.11.0





More information about the pve-devel mailing list