mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
cloudstack 3.0 UI - After destroy action is finished, remove the row from listView.
This commit is contained in:
parent
fa0e25d146
commit
41cab515ee
@ -254,6 +254,10 @@
|
|||||||
panel: $panel.prev()
|
panel: $panel.prev()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($detailView.data("list-view-row") != null) {
|
||||||
|
$detailView.data("list-view-row").remove();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user