mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02: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:
parent
72c78fe3ad
commit
96e3aab3b4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user