[pve-devel] applied: [PATCH manager 0/8] add CloudInit GUI
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Mar 16 11:13:41 CET 2018
applied series
On Thu, Mar 15, 2018 at 04:21:28PM +0100, Dominik Csapak wrote:
> this series adds gui support for the cloudinit config for qemu
>
> Dominik Csapak (8):
> add cloudinit pve icon svg and class
> add IP64AddressList vtype
> rework lxc DNS Edit
> add PVE.Utils.forEachBus and use it in qemu/HardwareView
> add qemu IPConfigEdit for CloudInit
> add qemu SSHKey Edit for CloudInit
> add CIDriveEdit
> add CloudInit Config Panel and use it
>
> www/css/ext6-pve.css | 7 +
> www/images/Makefile | 5 +-
> www/images/icon-cloud.svg | 2 +
> www/manager6/Makefile | 4 +
> www/manager6/Parser.js | 57 ++++++++
> www/manager6/StateProvider.js | 1 +
> www/manager6/Toolkit.js | 18 ++-
> www/manager6/Utils.js | 31 ++++
> www/manager6/lxc/DNS.js | 87 +++--------
> www/manager6/qemu/CIDriveEdit.js | 85 +++++++++++
> www/manager6/qemu/CloudInit.js | 293 ++++++++++++++++++++++++++++++++++++++
> www/manager6/qemu/Config.js | 6 +
> www/manager6/qemu/HardwareView.js | 70 ++++-----
> www/manager6/qemu/IPConfigEdit.js | 248 ++++++++++++++++++++++++++++++++
> www/manager6/qemu/SSHKey.js | 92 ++++++++++++
> 15 files changed, 897 insertions(+), 109 deletions(-)
> create mode 100644 www/images/icon-cloud.svg
> create mode 100644 www/manager6/qemu/CIDriveEdit.js
> create mode 100644 www/manager6/qemu/CloudInit.js
> create mode 100644 www/manager6/qemu/IPConfigEdit.js
> create mode 100644 www/manager6/qemu/SSHKey.js
>
> --
> 2.11.0
More information about the pve-devel
mailing list