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
e720e8a1a6
commit
29574267c9
|
|
@ -1741,9 +1741,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