mirror of https://github.com/apache/cloudstack.git
ui: reset multiselect actions when refreshing listView in Instance page (#3359)
Enables the toolbar to reset to its initial state after any multiSelectAction completed. Fixes #3337
This commit is contained in:
parent
8e43d258f3
commit
f1efcc1af6
|
|
@ -2494,6 +2494,8 @@
|
|||
this.data('view-args').sections[activeSection].listView :
|
||||
this.data('view-args').listView;
|
||||
|
||||
toggleMultiSelectActions(this, false);
|
||||
|
||||
loadBody(
|
||||
this.find('table:last'),
|
||||
listViewArgs.dataProvider,
|
||||
|
|
|
|||
Loading…
Reference in New Issue