mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - After destroy action is finished, remove the row from listView. [reviewed-by: Brian]
This commit is contained in:
parent
576dce4ed5
commit
a3666cb09b
|
|
@ -254,6 +254,10 @@
|
|||
panel: $panel.prev()
|
||||
});
|
||||
}
|
||||
|
||||
if($detailView.data("list-view-row") != null) {
|
||||
$detailView.data("list-view-row").remove();
|
||||
}
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue