Compare commits
2 Commits
05293988bb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e683792d4 | ||
|
|
cf10e20404 |
@@ -1,5 +1,5 @@
|
|||||||
<script type="module">
|
<script type="module">
|
||||||
import * as menuUtils from "/generalFunctions/helper/menuUtils.js";
|
//import * as menuUtils from "/generalFunctions/helper/menuUtils.js";
|
||||||
|
|
||||||
RED.nodes.registerType('monster', {
|
RED.nodes.registerType('monster', {
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ RED.nodes.registerType('monster', {
|
|||||||
outputs: 4,
|
outputs: 4,
|
||||||
inputLabels: ["Measurement Input"],
|
inputLabels: ["Measurement Input"],
|
||||||
outputLabels: ["process", "dbase", "upstreamParent", "downstreamParent"],
|
outputLabels: ["process", "dbase", "upstreamParent", "downstreamParent"],
|
||||||
icon: "font-awesome/fa-bath",
|
icon: "font-awesome/fa-exchange",
|
||||||
|
|
||||||
// Define label function
|
// Define label function
|
||||||
label: function() {
|
label: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user