mirror of https://github.com/apache/cloudstack.git
UI: Reload page on closing Bulk Action modal (#6077)
This commit is contained in:
parent
c2bcad8571
commit
00c1bdb365
|
|
@ -173,6 +173,7 @@ export default {
|
|||
this.filteredItems = []
|
||||
this.tableChanged = false
|
||||
this.$emit('handle-cancel')
|
||||
this.parentFetchData()
|
||||
},
|
||||
returnAlgorithmName (name) {
|
||||
switch (name) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue