mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	update 10-switch.html - missing Font Awesome font
switch node was missing font ( fa-ellipsis-h ) other nodes that have been updated with property option have the icon. rbe-node and range-node have the icon to the left of property its time the switch-node joins its siblings in uniformity.
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
|         <input type="text" id="node-input-name" data-i18n="[placeholder]common.label.name"> | ||||
|     </div> | ||||
|     <div class="form-row"> | ||||
|         <label data-i18n="switch.label.property"></label> | ||||
|         <label for="node-input-property"><i class="fa fa-ellipsis-h"></i> <span data-i18n="switch.label.property"></span></label> | ||||
|         <input type="text" id="node-input-property" style="width: 70%"/> | ||||
|         <input type="hidden" id="node-input-outputs"/> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user