Skip to content

Commit

Permalink
Improve slider dialog text, remove incorrect help text paragraph (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinl authored Oct 25, 2020
1 parent e47ef4c commit b0bf13e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nodes/ui_slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</select>
</div>
<div class="form-row">
<label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> If <code>msg</code> arrives on input, set slider to new payload value: </label>
<label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> If <code>msg</code> arrives on input, pass through to output: </label>
<input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;">
</div>
<div class="form-row">
Expand Down Expand Up @@ -112,6 +112,4 @@
<p>The label can also be set by a message property by setting
the field to the name of the property, for example <code>{{msg.topic}}</code>.</p>
<p>Setting <code>msg.enabled</code> to <code>false</code> will disable the slider output.</p>
<p>Note: An input msg to the slider node will not change the status information displayed unless the slider
node output is connected to another node.</p>
</script>

0 comments on commit b0bf13e

Please sign in to comment.