mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user