Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171654

[FEATURE REQUEST] Add option to set default console viewer for vms

$
0
0
Currently, vm can only use noVNC as the default console viewer.

I checked the source code and the xtermjs property of this component can be set, so is it possible to add the option of a default console viewer to the vm options (similar to what is configured in the datacenter).

In www/manager6/qemu/Config.js:

JavaScript:
if (caps.vms['VM.Console'] && !template) {
    me.items.push({
    title: gettext('Console'),
    itemId: 'console',
    iconCls: 'fa fa-terminal',
    xtype: 'pveNoVncConsole'...

Read more

Viewing all articles
Browse latest Browse all 171654

Trending Articles