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:
@@ -16,11 +16,19 @@
|
||||
|
||||
<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">
|
||||
|
Reference in New Issue
Block a user