mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	reuse existing labels for tcp request buffer/string option
This commit is contained in:
		@@ -197,8 +197,8 @@
 | 
			
		||||
    <div class="form-row">
 | 
			
		||||
        <label for="node-input-out"><i class="fa fa-sign-out"></i> <span data-i18n="tcpin.label.return"></span></label>
 | 
			
		||||
        <select type="text" id="node-input-ret" style="width:54%;">
 | 
			
		||||
            <option value="buffer" data-i18n="tcpin.return.buffer"></option>
 | 
			
		||||
            <option value="string" data-i18n="tcpin.return.string"></option>
 | 
			
		||||
            <option value="buffer" data-i18n="tcpin.output.buffer"></option>
 | 
			
		||||
            <option value="string" data-i18n="tcpin.output.string"></option>
 | 
			
		||||
        </select>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="form-row">
 | 
			
		||||
 
 | 
			
		||||
@@ -598,9 +598,7 @@
 | 
			
		||||
            "character": "when character received is",
 | 
			
		||||
            "number": "a fixed number of chars",
 | 
			
		||||
            "never": "never - keep connection open",
 | 
			
		||||
            "immed": "immediately - don't wait for reply",
 | 
			
		||||
            "buffer": "a Buffer",
 | 
			
		||||
            "string": "a String"
 | 
			
		||||
            "immed": "immediately - don't wait for reply"
 | 
			
		||||
        },
 | 
			
		||||
        "status": {
 | 
			
		||||
            "connecting": "connecting to __host__:__port__",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user