cloudstack 3.0 UI - After destroy action is finished, remove the row from listView. [reviewed-by: Brian]

This commit is contained in:
Jessica Wang 2012-03-01 15:34:06 -08:00
parent 576dce4ed5
commit a3666cb09b
1 changed files with 4 additions and 0 deletions

View File

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