Compare commits
2 Commits
b66e014a46
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c99a93f73b | ||
|
|
5f1dd7675c |
@@ -1,6 +1,6 @@
|
||||
<script type="module">
|
||||
|
||||
import * as menuUtils from "/generalfunctions/helper/menuUtils.js";
|
||||
//import * as menuUtils from "/generalfunctions/helper/menuUtils.js";
|
||||
|
||||
RED.nodes.registerType('dashboardapi', {
|
||||
category: 'wbd typical',
|
||||
@@ -18,7 +18,7 @@
|
||||
outputs: 1,
|
||||
inputLabels: "Usage see manual",
|
||||
outputLabels: ["feedback"],
|
||||
icon: "font-awesome/fa-line-chart",
|
||||
icon: "font-awesome/fa-area-chart",
|
||||
|
||||
label: function () {
|
||||
// Show the name
|
||||
|
||||
Reference in New Issue
Block a user