mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Add missing name field to file (in) node
(and tweak icons to new style)
This commit is contained in:
		| @@ -45,16 +45,20 @@ | ||||
|  | ||||
| <script type="text/x-red" data-template-name="file in"> | ||||
|     <div class="form-row"> | ||||
|          <label for="node-input-filename"><i class="icon-file"></i> Filename</label> | ||||
|          <label for="node-input-filename"><i class="fa fa-file"></i> Filename</label> | ||||
|          <input type="text" id="node-input-filename" placeholder="Filename"> | ||||
|     </div> | ||||
|     <div class="form-row"> | ||||
|         <label>Output as</label> | ||||
|         <label for="node-input-format"><i class="fa fa-sign-out"></i> Output as</label> | ||||
|         <select id="node-input-format"> | ||||
|             <option value="utf8">a utf8 string</option> | ||||
|             <option value="">a Buffer</option> | ||||
|         </select> | ||||
|     </div> | ||||
|     <div class="form-row"> | ||||
|         <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> | ||||
|         <input type="text" id="node-input-name" placeholder="Name"> | ||||
|     </div> | ||||
| </script> | ||||
|  | ||||
| <script type="text/x-red" data-help-name="file in"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user