1
0
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:
Hiroyasu Nishiyama 2018-11-02 23:40:14 +09:00
parent 2353f12cd6
commit ee66a12dad

View File

@ -247,7 +247,7 @@
<input id="node-config-input-path" type="text" placeholder="/ws/example">
</div>
<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%;">
<option value="false" data-i18n="websocket.payload"></option>
<option value="true" data-i18n="websocket.message"></option>