mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUACAMOLE-527: Change multiline to single line text field.
This commit is contained in:
		| @@ -335,7 +335,7 @@ | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-host-key", | ||||
|                     "type"  : "MULTILINE" | ||||
|                     "type"  : "TEXT" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-username", | ||||
|   | ||||
| @@ -15,7 +15,7 @@ | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "host-key", | ||||
|                     "type"  : "MULTILINE" | ||||
|                     "type"  : "TEXT" | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|   | ||||
| @@ -129,7 +129,7 @@ | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-host-key", | ||||
|                     "type"  : "MULTILINE" | ||||
|                     "type"  : "TEXT" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-username", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user