[pve-devel] applied: [PATCH cluster 1/1] add 'xtermjs' to console types

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Apr 20 12:03:28 CEST 2018


applied, with a small fixup: use 'an HTML5 ...' for both occurrences,
a and an were mixed. 

On 4/13/18 9:49 AM, Dominik Csapak wrote:
> so that we can have it as default in the webinterface
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  data/PVE/Cluster.pm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
> index ef7a541..ae9c85f 100644
> --- a/data/PVE/Cluster.pm
> +++ b/data/PVE/Cluster.pm
> @@ -1374,8 +1374,8 @@ my $datacenter_schema = {
>  	console => {
>  	    optional => 1,
>  	    type => 'string',
> -	    description => "Select the default Console viewer. You can either use the builtin java applet (VNC; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).",
> -	    enum => ['applet', 'vv', 'html5'],
> +	    description => "Select the default Console viewer. You can either use the builtin java applet (VNC; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), an HTML5 based vnc viewer (noVNC), or a HTML5 based console client (xtermjs). If the selected viewer is not available (e.g. SPICE not activated for the VM), the fallback is noVNC.",
> +	    enum => ['applet', 'vv', 'html5', 'xtermjs'],
>  	},
>  	email_from => {
>  	    optional => 1,
> 





More information about the pve-devel mailing list