node-red-dashboard
node-red-dashboard copied to clipboard
A dashboard UI for Node-RED
I'm using text input node as timekeeper, once the value has been injected is not showed, is showed only after a page refresh. Tested on many different browser.  ...
### What are the steps to reproduce? - Install the latest version of node-red-dashboard as node_module - Go to dist/js/app.min.js - Search for "Chart.js" ### What happens? - Version 2.3.0...
### Current Behavior  I have several colour pickers in a group but when one is selected (by clicking the colour patch/button) the pop-up appears behind the other selectors (as...
Issue: When manually editing a numeric node in a dashboard with min / max settings the limits are enforced on every keystroke making it very frustrating and in some cases...
### Current Behavior In Node-RED v3.1.3 using node-red-dashboard 3.6.2, it’s apparently not possible to drag/reposition nodes around using the latest Brave Browser (on Mac; v1.61.114 Chromium: 210.0.6099.199). Brave's "shields" are...
Hello, I have a flow that sets acrual date and time, but I can't figure out how to change timezone to UTC+1, I want to add one hour to the...
### Current Behavior We have successfully integrated and launched the Node-RED application as an embedded component within our existing system using an iframe. However, we encountered an issue where all...
As described in [https://discourse.nodered.org/t/bug-accessing-dashboard-tabs-by-name/76905](url) ### What are the steps to reproduce? With the browser showing a website, not a NR dashboard tab, enter the URL for a specific dashboard tab...
### Current Behavior I'm receiving messages in dashboard ui-template nodes as follows: ``` var $scope = this.scope; (function(scope) { $scope.$watch('msg', function(msg) { if (msg) console.log(`Incoming msg: payload=${msg.payload||"None"}`); // Process the...
### What are the steps to reproduce? Create an tech input node and set mode to time picker. If you fill for example 02:00 in the dashboard on version 3.4.0...