node-red-dashboard
node-red-dashboard copied to clipboard
A dashboard UI for Node-RED
### What are the steps to reproduce? Drag Dashboard Text Node and inject node into the Node-red workspace . Click on Edit text node and add value format value as...
### What are the steps to reproduce? I have a very simple dashboard with - 2 LineChart Nodes : Trigger > REST Call > JS > LineChart Update (I did...
### What are the steps to reproduce? Node Red installed under Home Assistant running on a Raspberry Pi4. Using version 3.1.7 of dashboard. Was working fine, but after updating HA,...
### What are the steps to reproduce? Create "text input" node, change type to "time picker" ### What happens? It shows a "_hh:mm am/pm_" time picker after a fresh deploy...
### What are the steps to reproduce? Add Notification node to flow, use OK/Cancel Dialog option. Add a class name to Notification node or by send msg.className to Notification node....
This PR updates Japanese message and info text of ui_control. To do so, this PR makes part of ui_control i18n ready.
### What are the steps to reproduce? I configured NR to show the dashboard on /: ``` httpAdminRoot: '/secret', httpNodeRoot: '/', ui: { path: "/" }, ``` My dashboard contains...
### What are the steps to reproduce? Save/Load a themes ### What happens? The Dashboard is not opening/applying saved themes. The theme is loaded when switching to some projects ###...
### What are the steps to reproduce? 1. Using a button pass a payload with parameter focus: false. ### What happens? When clicking the button the page still focuses on...
I use a global.variable with a time in Format hh:mm which I want to populate with the text input / time-picker. I prepopulate the time picker by changing the variable...