mirror of https://github.com/apache/cloudstack.git
new UI - volumes page - snapshot tab - implement delete snapshot action.
This commit is contained in:
parent
8604f70d71
commit
5e36d7ed35
|
|
@ -857,10 +857,7 @@ var volumeSnapshotActionMap = {
|
|||
asyncJobResponse: "deletesnapshotresponse",
|
||||
inProcessText: "Deleting snapshot....",
|
||||
afterActionSeccessFn: function(id) {
|
||||
// var $midmenuItem1 = $("#midmenuItem_"+id);
|
||||
// $midmenuItem1.remove();
|
||||
// clearRightPanel();
|
||||
// snapshotClearRightPanel();
|
||||
$("#volume_snapshot_"+id).remove();
|
||||
}
|
||||
}
|
||||
,
|
||||
|
|
|
|||
Loading…
Reference in New Issue