cloudstack 3.0 UI - After destroy action is finished, remove the row from listView.

This commit is contained in:
Jessica Wang 2012-03-01 15:36:03 -08:00
parent fa0e25d146
commit 41cab515ee

View File

@ -254,6 +254,10 @@
panel: $panel.prev()
});
}
if($detailView.data("list-view-row") != null) {
$detailView.data("list-view-row").remove();
}
}
});
},