mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 12744: cloudStack 3.0 new UI - VM Wizard - step 5 - fix data passed to args.response.success()
This commit is contained in:
parent
2004af88e7
commit
c2c0d09154
@ -305,9 +305,10 @@
|
||||
args.response.success({
|
||||
type: 'select-security-group',
|
||||
data: {
|
||||
defaultNetworks: [],
|
||||
optionalNetworks: [],
|
||||
securityGroups: securityGroupArray
|
||||
myNetworks: [], //not used any more
|
||||
sharedNetworks: [],
|
||||
securityGroups: securityGroupArray,
|
||||
networkOfferings: []
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -316,9 +317,10 @@
|
||||
args.response.success({
|
||||
type: 'nothing-to-select',
|
||||
data: {
|
||||
defaultNetworks: [],
|
||||
optionalNetworks: [],
|
||||
securityGroups: []
|
||||
myNetworks: [], //not used any more
|
||||
sharedNetworks: [],
|
||||
securityGroups: [],
|
||||
networkOfferings: []
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user