[pve-devel] [PATCH v4 manager 0/5] add pveceph install to gui

Tim Marx t.marx at proxmox.com
Mon Jan 28 14:55:45 CET 2019


I addressed various inputs:
https://pve.proxmox.com/pipermail/pve-devel/2019-January/035387.html
https://pve.proxmox.com/pipermail/pve-devel/2019-January/035377.html
https://pve.proxmox.com/pipermail/pve-devel/2019-January/035378.html

All untouched except from manager.

manager:

Tim Marx (5):
  unified the classification of the passed command for all shell apis
  deprecate old upgrade property
  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                    | 97 +++++++++++++++++++++---------------
 www/manager6/Makefile                |  1 +
 www/manager6/Utils.js                | 21 +++++---
 www/manager6/button/ConsoleButton.js | 12 +++--
 www/manager6/ceph/Status.js          | 35 ++++++++++++-
 www/manager6/window/CephInstall.js   | 42 ++++++++++++++++
 6 files changed, 154 insertions(+), 54 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