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

Dominik Csapak d.csapak at proxmox.com
Mon Mar 19 13:32:30 CET 2018


this series enables creating container templates and clones from the gui

pve-container:

Dominik Csapak (1):
  add features 'clone', 'copy' to api

 src/PVE/API2/LXC.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

pve-manager:

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      | 20 +++++++-----
 9 files changed, 99 insertions(+), 59 deletions(-)
 rename www/manager6/{qemu => menu}/TemplateMenu.js (75%)
 rename www/manager6/{qemu => window}/Clone.js (91%)

-- 
2.11.0





More information about the pve-devel mailing list