Compare commits

..

2 Commits

Author SHA1 Message Date
znetsixe
c99a93f73b removed error inducing module deprecated 2025-11-13 19:38:09 +01:00
znetsixe
5f1dd7675c dashboard update S88 2025-10-14 14:08:41 +02:00

View File

@@ -1,6 +1,6 @@
<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('dashboardapi', { RED.nodes.registerType('dashboardapi', {
category: 'wbd typical', category: 'wbd typical',
@@ -18,7 +18,7 @@
outputs: 1, outputs: 1,
inputLabels: "Usage see manual", inputLabels: "Usage see manual",
outputLabels: ["feedback"], outputLabels: ["feedback"],
icon: "font-awesome/fa-line-chart", icon: "font-awesome/fa-area-chart",
label: function () { label: function () {
// Show the name // Show the name