mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Migrate icons.
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="dweetio out">
|
||||
<div class="form-row">
|
||||
<label for="node-input-thing"><i class="icon-flag"></i> Thing</label>
|
||||
<label for="node-input-thing"><i class="fa fa-flag"></i> Thing</label>
|
||||
<input type="text" id="node-input-thing" placeholder="my-globally-unique-device-id">
|
||||
</div>
|
||||
<br/>
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-name" placeholder="Name">
|
||||
</div>
|
||||
</script>
|
||||
@@ -57,12 +57,12 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="dweetio in">
|
||||
<div class="form-row">
|
||||
<label for="node-input-thing"><i class="icon-flag"></i> Thing</label>
|
||||
<label for="node-input-thing"><i class="fa fa-flag"></i> Thing</label>
|
||||
<input type="text" id="node-input-thing" placeholder="my-globally-unique-device-id">
|
||||
</div>
|
||||
<br/>
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-name" placeholder="Name">
|
||||
</div>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user