diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 0d4bea9c811..683858d49fc 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -1168,7 +1168,7 @@ allowedActions.push("recurringSnapshot"); } if(jsonObj.state != "Allocated") { - if(jsonObj.hypervisor != "Ovm") { + if(jsonObj.hypervisor != "Ovm" && jsonObj.vmstate == "Stopped") { allowedActions.push("downloadVolume"); } }