[pve-devel] [PATCH manager v2 0/4] xtermjs webgui improvements

Dominik Csapak d.csapak at proxmox.com
Fri Apr 20 15:37:46 CEST 2018


this series changes the embedded console to xterm.js for host/container
(vms still need novnc)
and adds xtermjs font settings to the gui

changes from v1:
* use a map for the consoletypes in Utils
* forbid negative values for lineHeight
* add a reset/save button for xtermjs settings

i left the lineHeight and letterSpacing in there,
because i think they are helpful (depending on the font)
and people can still ignore it

Dominik Csapak (4):
  allow xtermjs to be the default console
  remove the novnc panels for node/container
  set the default console in the gui when setting the option
  add xterm.js settings

 www/manager6/Utils.js                |  39 +++++++----
 www/manager6/button/ConsoleButton.js |   6 +-
 www/manager6/dc/OptionView.js        |  13 ++++
 www/manager6/lxc/Config.js           |   9 ---
 www/manager6/node/Config.js          |   8 ---
 www/manager6/qemu/CmdMenu.js         |   7 +-
 www/manager6/window/Settings.js      | 131 ++++++++++++++++++++++++++++++++---
 7 files changed, 170 insertions(+), 43 deletions(-)

-- 
2.11.0





More information about the pve-devel mailing list