mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
add missing message reference in websocket config node
This commit is contained in:
parent
2353f12cd6
commit
ee66a12dad
@ -247,7 +247,7 @@
|
|||||||
<input id="node-config-input-path" type="text" placeholder="/ws/example">
|
<input id="node-config-input-path" type="text" placeholder="/ws/example">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-config-input-wholemsg"></label>
|
<label for="node-config-input-wholemsg" data-i18n="websocket.sendrec"></label>
|
||||||
<select type="text" id="node-config-input-wholemsg" style="width: 70%;">
|
<select type="text" id="node-config-input-wholemsg" style="width: 70%;">
|
||||||
<option value="false" data-i18n="websocket.payload"></option>
|
<option value="false" data-i18n="websocket.payload"></option>
|
||||||
<option value="true" data-i18n="websocket.message"></option>
|
<option value="true" data-i18n="websocket.message"></option>
|
||||||
|
Loading…
Reference in New Issue
Block a user