mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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…
x
Reference in New Issue
Block a user