mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
490d7db9e1
commit
24aa42fa1f
@ -1266,8 +1266,9 @@ define(function(require) {
|
||||
var actionEnabled = Config.isTabActionEnabled("vms-tab", "VM.save_virt_viewer");
|
||||
var vncSupported = graphicSupported(element, "vnc");
|
||||
var spiceSupported = graphicSupported(element, "spice");
|
||||
var isvCenterVM = isVCenterVM(element);
|
||||
|
||||
return (actionEnabled && history && (vncSupported || spiceSupported))
|
||||
return (actionEnabled && history && (vncSupported || spiceSupported) && !isvCenterVM)
|
||||
? {
|
||||
hostname: history.HOSTNAME,
|
||||
type: element.TEMPLATE.GRAPHICS.TYPE.toLowerCase(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user