mirror of https://github.com/apache/cloudstack.git
VM snapshots: Only show quiescevm checkbox if hypervisor is VMware
This commit is contained in:
parent
aab881be21
commit
417b8e089f
|
|
@ -45,7 +45,10 @@
|
|||
quiescevm: {
|
||||
label: 'label.quiesce.vm',
|
||||
isBoolean: true,
|
||||
isChecked: false
|
||||
isChecked: false,
|
||||
isHidden: function(args) {
|
||||
return args.context.instances[0].hypervisor !== 'VMware';
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue