1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

bug : Remove *Take snapshot* action from dropwdown, This functionality is now in the DISK tab

This commit is contained in:
Daniel Molina 2012-11-07 15:16:07 +01:00
parent 73a2e4aded
commit 40c78982d0

@ -409,10 +409,6 @@ var vm_buttons = {
type: "confirm",
text: tr("Cancel"),
tip: tr("This will cancel selected VMs")
},
"VM.saveasmultiple" : {
type: "action",
text: tr("Take snapshot")
}
}
},