diff --git a/ui/scripts/cloud.core.snapshot.js b/ui/scripts/cloud.core.snapshot.js index 7a963b8fa11..d26b5a21b72 100644 --- a/ui/scripts/cloud.core.snapshot.js +++ b/ui/scripts/cloud.core.snapshot.js @@ -127,8 +127,10 @@ var snapshotActionMap = { asyncJobResponse: "deletesnapshotresponse", dialogBeforeActionFn : doSnapshotDelete, inProcessText: "Deleting snapshot....", - afterActionSeccessFn: function(json, $midmenuItem1, id){ - $midmenuItem1.remove(); + afterActionSeccessFn: function(json, $midmenuItem1, id){ + $midmenuItem1.slideUp("slow", function() { + $(this).remove(); + }); clearRightPanel(); snapshotClearRightPanel(); }