Skip to content

Commit

Permalink
changed label id to match 'hostname'
Browse files Browse the repository at this point in the history
  • Loading branch information
mblackstock authored Nov 8, 2016
1 parent 4fd91d8 commit 7ebb13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script type="text/x-red" data-template-name="influxdb">
<div class="form-row">
<label for="node-config-input-host"><i class="fa fa-bookmark"></i> <span data-i18n="influxdb.label.host"></span></label>
<label for="node-config-input-hostname"><i class="fa fa-bookmark"></i> <span data-i18n="influxdb.label.host"></span></label>
<input class="input-append-left" type="text" id="node-config-input-hostname" placeholder="localhost" style="width: 40%;" >
<label for="node-config-input-port" style="margin-left: 10px; width: 35px; "> <span data-i18n="influxdb.label.port"></span></label>
<input type="text" id="node-config-input-port" style="width:45px">
Expand Down

0 comments on commit 7ebb13a

Please sign in to comment.