mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Fix Rbe menu option for NarrowbandEq
bump overall packages
This commit is contained in:
parent
c8370e6da5
commit
f069788062
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-rbe",
|
||||
"version" : "0.2.7",
|
||||
"version" : "0.2.8",
|
||||
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capabilities.",
|
||||
"dependencies" : {
|
||||
},
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="rbe">
|
||||
<script type="text/html" data-template-name="rbe">
|
||||
<div class="form-row">
|
||||
<label for="node-input-func"><i class="fa fa-wrench"></i> <span data-i18n="rbe.label.func"></span></label>
|
||||
<select type="text" id="node-input-func" style="width:70%;">
|
||||
@ -70,7 +70,7 @@
|
||||
} else {
|
||||
$("#node-bandgap").show();
|
||||
}
|
||||
if ($("#node-input-func").val() === "narrowband") {
|
||||
if (($("#node-input-func").val() === "narrowband")||($("#node-input-func").val() === "narrowbandEq")) {
|
||||
$("#node-startvalue").show();
|
||||
} else {
|
||||
$("#node-startvalue").hide();
|
||||
|
@ -40,7 +40,7 @@
|
||||
"grunt-lint-inline": "^1.0.0",
|
||||
"grunt-simple-mocha": "^0.4.1",
|
||||
"imap": "^0.8.19",
|
||||
"mailparser": "^2.7.6",
|
||||
"mailparser": "^2.7.7",
|
||||
"markdown-it": "^10.0.0",
|
||||
"mocha": "~6.2.2",
|
||||
"msgpack-lite": "^0.1.26",
|
||||
@ -48,7 +48,7 @@
|
||||
"ngeohash": "^0.6.3",
|
||||
"node-red": "^1.0.3",
|
||||
"node-red-node-test-helper": "~0.2.3",
|
||||
"nodemailer": "^6.4.0",
|
||||
"nodemailer": "^6.4.2",
|
||||
"poplib": "^0.1.7",
|
||||
"proxyquire": "^2.1.3",
|
||||
"pushbullet": "^2.4.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user