We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0ec261 + 37e5d36 commit f8d98fdCopy full SHA for f8d98fd
1 file changed
ui/scripts/storage.js
@@ -2859,7 +2859,10 @@
2859
if (jsonObj.state == "Ready") {
2860
allowedActions.push("remove");
2861
allowedActions.push("revertToVMSnapshot");
2862
- allowedActions.push("takeSnapshot");
+
2863
+ if (args && args.context && args.context.instances && args.context.instances[0].hypervisor && args.context.instances[0].hypervisor === "KVM") {
2864
+ allowedActions.push("takeSnapshot");
2865
+ }
2866
}
2867
2868
return allowedActions;
0 commit comments