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

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Mar 21 16:00:35 CET 2018


applied series, thanks!

On 3/21/18 3:12 PM, Dominik Csapak wrote:
> 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%)
> 





More information about the pve-devel mailing list