mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
resolving merg conflicts with icons etc
This commit is contained in:
@@ -16,19 +16,11 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="ping">
|
||||
<div class="form-row">
|
||||
<<<<<<< HEAD
|
||||
<label for="node-input-host"><i class="fa fa-dot-circle-o"></i> Target</label>
|
||||
<input type="text" id="node-input-host" placeholder="www.google.com">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-timer"><i class="fa fa-repeat"></i> Ping (S)</label>
|
||||
=======
|
||||
<label for="node-input-host"><i class="fa fa-tasks"></i> Target</label>
|
||||
<input type="text" id="node-input-host" placeholder="www.google.com">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-timer"><i class="fa fa-tasks"></i> Ping (S)</label>
|
||||
>>>>>>> fdb62b548520519558fb23a7606831ffd06a90d3
|
||||
<input type="text" id="node-input-timer" placeholder="20">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
|
@@ -17,11 +17,7 @@
|
||||
<script type="text/x-red" data-template-name="wake on lan">
|
||||
<div class="form-row">
|
||||
<label for="node-input-mac"><i class="fa fa-globe"></i> MAC Address</label>
|
||||
<<<<<<< HEAD
|
||||
<input type="text" id="node-input-mac" placeholder="e.g. DE:AD:BE:EF:FE:ED">
|
||||
=======
|
||||
<input type="text" id="node-input-mac" placeholder="DE:AD:BE:EF:FE:ED">
|
||||
>>>>>>> fdb62b548520519558fb23a7606831ffd06a90d3
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
||||
|
Reference in New Issue
Block a user