]> git.proxmox.com Git - pve-manager.git/commit
add CloudInit Config Panel and use it
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 15 Mar 2018 15:21:36 +0000 (16:21 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 16 Mar 2018 09:05:57 +0000 (10:05 +0100)
commit4c5071922f098c1c3e17aedbf2cdff9673dd8c90
treead85aa669f10e58710d3e4dfea5f7227508321b3
parentb38d0810ca474f38421918c8bdb4b0dbd5e3b910
add CloudInit Config Panel and use it

this lets the user edit the cloud init config
like username, sshkey, ipconfig, etc.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Makefile
www/manager6/StateProvider.js
www/manager6/qemu/CloudInit.js [new file with mode: 0644]
www/manager6/qemu/Config.js