[pve-devel] [PATCH manager v2 0/3] Refactor StartupEdit as generic component
Emmanuel Kasper
e.kasper at proxmox.com
Mon Dec 5 14:48:05 CET 2016
changes since V1:
* creates a generic StartupEdit component instead of using the qemu
widget with LXC
* rename parameter panelOnlineHelp to onlineHelp because the
previous naming scheme was unclear
Emmanuel Kasper (3):
Turn the qemu StartupEdit widget into a generic component
Add online help for start/shutdown for containers
fix jslint confusion warning
www/manager6/Makefile | 2 +-
www/manager6/lxc/Options.js | 5 ++-
www/manager6/qemu/Options.js | 5 ++-
www/manager6/qemu/StartupEdit.js | 85 -------------------------------------
www/manager6/window/StartupEdit.js | 86 ++++++++++++++++++++++++++++++++++++++
5 files changed, 95 insertions(+), 88 deletions(-)
delete mode 100644 www/manager6/qemu/StartupEdit.js
create mode 100644 www/manager6/window/StartupEdit.js
--
2.1.4
More information about the pve-devel
mailing list