[pve-devel] [PATCH v2 manager/common 0/3] add pveceph install to gui
Tim Marx
t.marx at proxmox.com
Mon Jan 21 16:04:48 CET 2019
In general I changed the approach from passing a command directly to
passing a command keyword which gets matched in the api and not
directly executed. Only the following two out of now 5 (v1 were 4) repos
got changed since v1.
pve-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 | 15 +++++++++++++
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, 96 insertions(+), 14 deletions(-)
create mode 100644 www/manager6/window/CephInstall.js
pve-common:
Tim Marx (1):
add shellcmd standard option
src/PVE/JSONSchema.pm | 7 +++++++
1 file changed, 7 insertions(+)
novnc, xterm and widgettool: no changes
--
2.11.0
More information about the pve-devel
mailing list