mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	cloudstack 3.0 UI - network page - IP Address detail page - remove duplicate info - network name and network type are already in parent page (network page).
This commit is contained in:
		
							parent
							
								
									13a9a98ef4
								
							
						
					
					
						commit
						b46a2340be
					
				| @ -1355,8 +1355,6 @@ | ||||
|                   }, | ||||
|                   { | ||||
|                     id: { label: 'label.id' },     | ||||
|                     networkname: { label: 'label.network' }, | ||||
|                     networktype: { label: 'label.network.type' }, | ||||
|                     networkid: { label: 'label.network.id' }, | ||||
|                     associatednetworkid: { label: 'label.associated.network.id' }, | ||||
|                     state: { label: 'label.state' }, | ||||
| @ -1400,12 +1398,6 @@ | ||||
|                             item.vpnenabled = true; | ||||
|                             item.remoteaccessvpn = vpnResponse.listremoteaccessvpnsresponse.remoteaccessvpn[0]; | ||||
|                           }; | ||||
| 
 | ||||
|                           // Check if data retrieval complete
 | ||||
|                           item.network = args.context.networks[0]; | ||||
|                           item.networkname = item.network.name; | ||||
|                           item.networktype = item.network.type; | ||||
| 
 | ||||
|                           args.response.success({ | ||||
|                             actionFilter: actionFilters.ipAddress, | ||||
|                             data: item | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user