few remaining x-red to html tidy ups, both sentiment and redis nodes.

This commit is contained in:
Dave Conway-Jones 2021-03-16 09:57:46 +00:00
parent 868d641064
commit dceb33dc43
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<script type="text/x-red" data-help-name="mlsentiment">
<script type="text/html" data-help-name="mlsentiment">
<p>Analyses the chosen property, default <code>payload</code>, and adds a <code>sentiment</code> object.</p>
<h3>Outputs</h3>
<dl class="message-properties">

View File

@ -1,5 +1,5 @@
<script type="text/x-red" data-help-name="mlsentiment">
<script type="text/html" data-help-name="mlsentiment">
<p>指定したプロパティ(デフォルトは<code>payload</code>)を分析し、<code>sentiment</code>オブジェクトを追加します。</p>
<h3>出力</h3>
<dl class="message-properties">

View File

@ -1,5 +1,5 @@
<script type="text/x-red" data-template-name="mlsentiment">
<script type="text/html" data-template-name="mlsentiment">
<div class="form-row">
<label for="node-input-lang"><i class="fa fa-language"></i> <span data-i18n="mlsentiment.label.language"></span></label>
<select type="text" id="node-input-lang" style="width:70%;">

View File

@ -1,4 +1,4 @@
<script type="text/x-red" data-template-name="sentiment">
<script type="text/html" data-template-name="sentiment">
<div class="form-row">
<label for="node-input-property"><i class="fa fa-ellipsis-h"></i> <span data-i18n="node-red:common.label.property"></span></label>
<input type="text" id="node-input-property" style="width:70%;"/>

View File

@ -1,5 +1,5 @@
<script type="text/x-red" data-template-name="redis out">
<script type="text/html" data-template-name="redis out">
<div class="form-row node-input-hostname">
<label for="node-input-hostname"><i class="fa fa-bookmark"></i> <span data-i18n="redisout.label.host"></span></label>
<input class="input-append-left" type="text" id="node-input-hostname" placeholder="127.0.0.1" style="width: 40%;" ><button id="node-input-hostname-lookup" class="btn input-append-right"><span class="caret"></span></button>

View File

@ -1,5 +1,5 @@
<script type="text/x-red" data-help-name="redis out">
<script type="text/html" data-help-name="redis out">
<p>A Redis output node. Options include Hash, Set, List and String.</p>
<p>To run this you need a local Redis server running. For details see <a href="http://redis.io/" target="_new">the Redis site</a>.</p>
</script>

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-redis",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "A Node-RED node to save data to an Redis database",
"dependencies" : {
"redis" : "0.12.1"