Skip to content

Commit

Permalink
ui: dataview speedup improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Yadav <[email protected]>
  • Loading branch information
rohityadavcloud committed Apr 26, 2024
1 parent edd0856 commit dcdea09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/views/AutogenView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ export default {
if (['listVirtualMachinesMetrics'].includes(this.apiName) && this.dataView) {
delete params.details
params.details = 'group,nics,secgrp,tmpl,servoff,diskoff,iso,volume,affgrp'
}
this.loading = true
Expand Down

0 comments on commit dcdea09

Please sign in to comment.