mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add stomp, ping, wol, wemo nodes to npm
and add fa icons
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="wake on lan">
|
||||
<div class="form-row">
|
||||
<label for="node-input-mac"><i class="icon-globe"></i> MAC Address</label>
|
||||
<label for="node-input-mac"><i class="fa fa-globe"></i> MAC Address</label>
|
||||
<input type="text" id="node-input-mac" placeholder="DE:AD:BE:EF:FE:ED">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
<input type="text" id="node-input-name" placeholder="Name">
|
||||
</div>
|
||||
<div class="form-tips">Tip: leave blank if you want to use <b>msg.mac</b> to dynamically set target mac address.</div>
|
||||
|
Reference in New Issue
Block a user