We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e5cef commit 374ea7dCopy full SHA for 374ea7d
1 file changed
ui/src/views/network/VnfAppliancesTab.vue
@@ -131,7 +131,7 @@ export default {
131
}
132
this.fetchLoading = true
133
api('listVnfAppliances', params).then(json => {
134
- this.virtualmachines = json.listvirtualmachinesresponse.virtualmachine || []
+ this.virtualmachines = json.listvnfappliancesresponse.virtualmachine || []
135
for (const vm of this.virtualmachines) {
136
for (const vmnic of vm.nic) {
137
if (vmnic.networkid === this.resource.id) {
0 commit comments