mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Merge branch 'migrate-to-fa-icons' of https://github.com/hindessm/node-red-nodes into hindessm-migrate-to-fa-icons
Conflicts: io/ping/88-ping.html io/wol/39-wol.html social/nma/57-nma.html social/prowl/57-prowl.html social/pushover/57-pushover.html social/twilio/56-twilio.html storage/sqlite/sqlite.html
This commit is contained in:
@@ -56,15 +56,15 @@
|
||||
<input type="text" id="node-config-input-sid">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-from"><i class="icon-envelope"></i> From</label>
|
||||
<label for="node-config-input-from"><i class="fa fa-envelope"></i> From</label>
|
||||
<input type="text" id="node-config-input-from" placeholder="01234 5678901">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-token"><i class="icon-lock"></i> Token</label>
|
||||
<label for="node-config-input-token"><i class="fa fa-lock"></i> Token</label>
|
||||
<input type="password" id="node-config-input-token">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-config-input-name"><i class="icon-tag"></i> Name</label>
|
||||
<label for="node-config-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-config-input-name" placeholder="Name">
|
||||
</div>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user