mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update icon to fa icons for parser nodes and sentiment
This commit is contained in:
parent
9158766297
commit
1a1c6a73b6
@ -16,7 +16,7 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="sentiment">
|
||||
<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>
|
||||
|
@ -16,20 +16,20 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="csv">
|
||||
<div class="form-row">
|
||||
<label for="node-input-temp"><i class="icon-list"></i> Columns</label>
|
||||
<label for="node-input-temp"><i class="fa fa-list"></i> Columns</label>
|
||||
<input type="text" id="node-input-temp" placeholder="A,B,C,D">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-sep"><i class="icon-chevron-right"></i> Separator</label>
|
||||
<label for="node-input-sep"><i class="fa fa-chevron-right"></i> Separator</label>
|
||||
<input type="text" id="node-input-sep" placeholder=','>
|
||||
</div>
|
||||
<!-- <div class="form-row">
|
||||
<label for="node-input-quo"><i class="icon-tag"></i> Escape</label>
|
||||
<label for="node-input-quo"><i class="fa fa-tag"></i> Escape</label>
|
||||
<input type="text" id="node-input-quo" placeholder='"'>
|
||||
</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>
|
||||
<div id="node-input-tip" class="form-tips">Tip: you can use "\t" for tab separator.</div>
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="json">
|
||||
<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>
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="xml">
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user