]> git.proxmox.com Git - pve-manager-legacy.git/commit
ui: vm: allow to add socket backed serial devices
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 May 2018 13:30:59 +0000 (15:30 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 17 May 2018 07:25:34 +0000 (09:25 +0200)
commit62bc2f48273ace363d78886099b294fa3960cef3
tree1493f4450c19ba02da5ae2876021e5404f2d69d9
parent5878b25d16c138967f06f9b879650e9132130b13
ui: vm: allow to add socket backed serial devices

We show and can remove serial devices but couldn't add new ones
through the WebUI.
Add a simple component to allow adding serial ports backed by a
socket, which can be especially useful now with xterm.js

Passing through serial devices from /dev isn't possible with this, as
it is normally a root only operation and not that often used.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Makefile
www/manager6/qemu/HardwareView.js
www/manager6/qemu/SerialEdit.js [new file with mode: 0644]