mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
update sample to refer to fa-icons
This commit is contained in:
parent
2569a35b6c
commit
ad44f838da
@ -28,7 +28,7 @@
|
||||
<!-- Generally, there should be an input for each property of the node. -->
|
||||
<!-- The for and id attributes identify the corresponding property -->
|
||||
<!-- (with the 'node-input-' prefix). -->
|
||||
<!-- The available icon classes are defined Twitter Bootstrap glyphicons -->
|
||||
<!-- The available icon classes are defined Font Awesome Icons (FA Icons) -->
|
||||
<div class="form-row">
|
||||
<label for="node-input-topic"><i class="fa fa-tasks"></i> Topic</label>
|
||||
<input type="text" id="node-input-topic" placeholder="Topic">
|
||||
|
Loading…
Reference in New Issue
Block a user