1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Added message about URL length

This commit is contained in:
Ben Hardill 2016-02-21 21:23:33 +00:00
parent 78d69656ea
commit 4c6469f336

View File

@ -97,6 +97,7 @@
<div class="form-row">
<label for="node-input-url"><i class="fa fa-link"></i> URL</label>
<input type="text" id="node-input-url" placeholder="http://...">
<p>This URL needs to be shorter than 18 bytes in length</p>
</div>
<br/>
<div class="form-row">