[pve-devel] [PATCH v2] add new xtermjs client
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Dec 5 11:26:09 CET 2017
On 12/04/2017 11:51 AM, Dominik Csapak wrote:
> this series adds support for the xtermjs terminal client for the host shell,
> container consoles, and serial terminal for qemu vms
>
> this series depends on the 'pve-xtermjs' package
> to be found under: https://git.proxmox.com/?p=pve-xtermjs.git;a=summary
>
> changes since v1:
>
> * added dependecy in pve-manager for pve-xtermjs
> * whitespace fixes
> * removed leftover/unecessary code
> * reworked consolebutton
>
> pve-manager:
>
> Dominik Csapak (5):
> add termproxy api call for nodes
> add xtermjs to pveproxy dirs
> add new xtermjs viewer window to Utils
> add xtermjs flag to VNCConsole iframe
> add xtermjs to consolebutton
>
> PVE/API2/Nodes.pm | 96 ++++++++++++++++++++++++++++++++++++
> PVE/Service/pveproxy.pm | 9 +++-
> debian/control | 1 +
> www/manager6/Utils.js | 14 ++++++
> www/manager6/VNCConsole.js | 6 ++-
> www/manager6/button/ConsoleButton.js | 74 +++++++++++++++------------
> www/manager6/lxc/Config.js | 30 +++++++----
> www/manager6/node/Config.js | 9 ++++
> 8 files changed, 197 insertions(+), 42 deletions(-)
>
> pve-container:
>
> Dominik Csapak (1):
> add termproxy api call for lxc
>
> src/PVE/API2/LXC.pm | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 83 insertions(+)
>
> qemu-server:
>
> Dominik Csapak (2):
> add termproxy api call
> enable vncproxy with vncterm for serial ports
>
> PVE/API2/Qemu.pm | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 105 insertions(+), 3 deletions(-)
>
Series:
Reviewed-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
More information about the pve-devel
mailing list