mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
UI: fix "Request failed." error when open vnf appliances tab of network (#9334)
This commit is contained in:
parent
94e5ceff7f
commit
374ea7d482
@ -131,7 +131,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.fetchLoading = true
|
this.fetchLoading = true
|
||||||
api('listVnfAppliances', params).then(json => {
|
api('listVnfAppliances', params).then(json => {
|
||||||
this.virtualmachines = json.listvirtualmachinesresponse.virtualmachine || []
|
this.virtualmachines = json.listvnfappliancesresponse.virtualmachine || []
|
||||||
for (const vm of this.virtualmachines) {
|
for (const vm of this.virtualmachines) {
|
||||||
for (const vmnic of vm.nic) {
|
for (const vmnic of vm.nic) {
|
||||||
if (vmnic.networkid === this.resource.id) {
|
if (vmnic.networkid === this.resource.id) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user