mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
more consistent use of "true"/"false" for options in Debug node
This commit is contained in:
parent
40c87ab14c
commit
a74009caa9
@ -18,15 +18,15 @@
|
|||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-complete"><i class="icon-list"></i> Output</label>
|
<label for="node-input-complete"><i class="icon-list"></i> Output</label>
|
||||||
<select type="text" id="node-input-complete" style="display: inline-block; width: 250px; vertical-align: top;">
|
<select type="text" id="node-input-complete" style="display: inline-block; width: 250px; vertical-align: top;">
|
||||||
<option value=false>payload only</option>
|
<option value="false">payload only</option>
|
||||||
<option value=true>complete msg object</option>
|
<option value="true">complete msg object</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-console"><i class="icon-random"></i> to</label>
|
<label for="node-input-console"><i class="icon-random"></i> to</label>
|
||||||
<select type="text" id="node-input-console" style="display: inline-block; width: 250px; vertical-align: top;">
|
<select type="text" id="node-input-console" style="display: inline-block; width: 250px; vertical-align: top;">
|
||||||
<option value=false>debug tab</option>
|
<option value="false">debug tab</option>
|
||||||
<option value=true>debug tab and console</option>
|
<option value="true">debug tab and console</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
|
Loading…
Reference in New Issue
Block a user