Skip to content

Commit

Permalink
VNF/UI: Do not list VNF appliances in Compute->Instances view
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Oct 11, 2023
1 parent bb4d0d1 commit 358b64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/config/section/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default {
if (store.getters.metrics) {
params = { details: 'servoff,tmpl,nics,stats' }
}
params.isvnf = false
return params
},
filters: () => {
Expand Down
1 change: 1 addition & 0 deletions ui/src/views/AutogenView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ export default {
if (['listVirtualMachinesMetrics'].includes(this.apiName) && this.dataView) {
delete params.details
delete params.isvnf
}
this.loading = true
Expand Down

0 comments on commit 358b64a

Please sign in to comment.