mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-747: UI - create network offering - default sourceNat type as per account instead of per zone.
This commit is contained in:
parent
75df90663f
commit
0eceb0da60
|
|
@ -1702,9 +1702,9 @@
|
|||
dependsOn: 'service.SourceNat.isEnabled',
|
||||
select: function(args) {
|
||||
args.response.success({
|
||||
data: [
|
||||
{ id: 'perzone', description: 'Per zone'},
|
||||
{ id: 'peraccount', description: 'Per account'}
|
||||
data: [
|
||||
{ id: 'peraccount', description: 'Per account'},
|
||||
{ id: 'perzone', description: 'Per zone'}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue