mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	TCP out - tidy up select of which rows to display
to help address #2525
This commit is contained in:
		| @@ -170,15 +170,14 @@ | ||||
|                     $("#node-input-port-row").hide(); | ||||
|                     $("#node-input-host-row").hide(); | ||||
|                     $("#node-input-end-row").hide(); | ||||
|                 } else if (sockettype == "client"){ | ||||
|                     $("#node-input-port-row").show(); | ||||
|                     $("#node-input-host-row").show(); | ||||
|                     $("#node-input-end-row").show(); | ||||
|                 } else { | ||||
|                     $("#node-input-port-row").show(); | ||||
|                     $("#node-input-end-row").show(); | ||||
|                 } | ||||
|  | ||||
|                 if (sockettype == "client") { | ||||
|                     $("#node-input-host-row").show(); | ||||
|                 } else { | ||||
|                     $("#node-input-host-row").hide(); | ||||
|                     $("#node-input-end-row").show(); | ||||
|                 } | ||||
|             }; | ||||
|             updateOptions(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user