[pve-devel] [PATCH v3 manager 0/3] add pveceph install to gui
Tim Marx
t.marx at proxmox.com
Tue Jan 22 12:21:55 CET 2019
I headed back to my original approach and declare the cmd parameter
in each api endpoint separately. This results again in only 4 repos
touched instead of 5. This change is reasoned by Thomas input [0].
I decided against a module level variable because I think it improves
the readability.
All repos since v2 are untouched except the pve-manager.
Changed some commit messages slightly.
[0] https://pve.proxmox.com/pipermail/pve-devel/2019-January/035358.html
manager:
Tim Marx (3):
add pveceph install to shell api
added new parameter to pass a command to the newly opened terminal
added basic ability to install ceph via gui
PVE/API2/Nodes.pm | 30 ++++++++++++++++++++++++++
www/manager6/Makefile | 1 +
www/manager6/Utils.js | 21 +++++++++++-------
www/manager6/button/ConsoleButton.js | 12 ++++++-----
www/manager6/ceph/Status.js | 19 +++++++++++++++-
www/manager6/window/CephInstall.js | 42 ++++++++++++++++++++++++++++++++++++
6 files changed, 111 insertions(+), 14 deletions(-)
create mode 100644 www/manager6/window/CephInstall.js
novnc:
Tim Marx (1):
novnc: added new parameter to pass a command to the newly opened
terminal
.../patches/0012-pass-custom-command-to-vnc.patch | 38 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 39 insertions(+)
create mode 100644 debian/patches/0012-pass-custom-command-to-vnc.patch
xterm:
Tim Marx (1):
xterm: added new parameter to pass a command to the newly opened
terminal
src/www/main.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
widget:
Tim Marx (1):
widget: added new parameter to pass a command to the newly opened
terminal
Utils.js | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
2.11.0
More information about the pve-devel
mailing list