]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
fix doubleclick on vm with spice console
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 30 Jul 2018 09:37:32 +0000 (11:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Jul 2018 09:53:33 +0000 (11:53 +0200)
commitab9f0fe1b1ca576720b44d57c099bd894670f142
tree90fb68c2ab318c24ea87290889a50ca3fd87da34
parentd9005f4532d697e47c7722d7b5dd6fe38f3e1560
fix doubleclick on vm with spice console

allowSpice needs to be a real boolean, because of a
'=== true' check to open a spice console if allowed, so make it one here

this fixes the issue that a doubleclick on a tree item only opened
the novnc console even if spice is the default and the vm is spice
enabled

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Utils.js