]> git.proxmox.com Git - pve-manager.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)
commit37977fa500cdac5ec265ed7eb487286ed661fc2f
tree4bef8b7ba4190f4eca762a6721805b76f32026c2
parentc48957e11ec6658638f8f64bee47816a1ee48804
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]