Skip to content

Commit 9c7bbdd

Browse files
committed
Icons changed / removed
1 parent 9d1847c commit 9c7bbdd

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

digit.svg

Lines changed: 12 additions & 0 deletions
Loading

display.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
inputs: 1,
77
outputs: 0,
88
color: '#2ed7e4',
9-
icon: 'font-awesome/fa-clock-o',
9+
icon: 'digit.svg',
1010
align: 'right',
1111
defaults: {
1212
name: { value: '' },
@@ -56,18 +56,18 @@
5656
</div>
5757
<br />
5858
<div class="form-row">
59-
<label for="node-input-digits"><i class="fa fa-fw fa-bars"></i> Digits</label>
59+
<label for="node-input-digits">Digits</label>
6060
<input type="number" id="node-input-digits" min="1" max="10" style="width: 35%;" />
6161
</div>
6262
<div class="form-row">
63-
<label for="node-input-decimals"><i class="fa fa-fw fa-bars"></i> Decimals</label>
63+
<label for="node-input-decimals">Decimals</label>
6464
<input type="number" id="node-input-decimals" min="0" max="9" style="width: 35%;" />
6565
</div>
6666
</script>
6767

6868
<script type="text/html" data-help-name="ui_digital_display">
6969
<p style="text-align: justify;">
70-
A digital display, with adjustable number of digits and decimal places, for the Node-RED Dashboard.
70+
A digital display, with adjustable number of digits and decimals, for the Node-RED Dashboard.
7171
</p>
7272
<br />
7373
<p style="text-align: center;">

0 commit comments

Comments
 (0)