mirror of https://github.com/apache/cloudstack.git
bug 13923: volume page - make download volume action available on volumes whose hypervisor is OVM.
This commit is contained in:
parent
db255b31dd
commit
1cd1152dd0
|
|
@ -1163,7 +1163,7 @@
|
|||
allowedActions.push("recurringSnapshot");
|
||||
}
|
||||
if(jsonObj.state != "Allocated") {
|
||||
if(jsonObj.hypervisor != "Ovm" && jsonObj.vmstate == "Stopped") {
|
||||
if(jsonObj.vmstate == "Stopped") {
|
||||
allowedActions.push("downloadVolume");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue