node-red-dashboard
node-red-dashboard copied to clipboard
A dashboard UI for Node-RED
### What are the steps to reproduce? Make groups with spacers between the dashboard elements. Where you make 2 or more groups with different lenght. The first group is shorter...
Hi, Is it possible to add new entries to the dashboard ui_form via input (that are not already created in the form)? Like that i could create a dynamically expandable...
- What are the steps to reproduce? I added a template node to show the 'second' field in the time picker ` $("input[type='time']").attr('step', 1); ` - What happens? after I...
### Steps to reproduce I created tabs and groups and added some nodes like templates etc, then I try to use the nice layout feature to position and resize my...
### Current Behavior When you put a template node (on dashboad) in head section... the editor shows this node in first flow in dashbord layout (tabs&links). ### Expected Behavior I...
### What are the steps to reproduce? 1. Edit Dashboard Tab Node 2. Change the Material Design icon , e.g from "layers" to "dns" 3. Verify State="Enabled", Site="Angular theme everywhere",...
### Current Behavior When opening the NodeRed Dashboard, any action (klick on a switch, button, etc) crashes NodeRed. In the NodeRed Log an error within a call of the buffer-util.js...
Hello, i generated a new "kitchen"-tab in my dashboard and searched for a suitable icon which i found in the google material pack. I tooked "mi-soup_kitchen" that looks like a...
### What are the steps to reproduce? 1. Set "Angular theme everywhere" in "Site" options. 2. Set in "Angular" tab "Dark" in "Light / Dark" option. 3. Do Deploy 4....
ui_template: when template is loaded using msg.template, the HTML is sent in each websocket message
### What are the steps to reproduce? 1. Connect an inject node with a ui_template node. 2. Send `msg.template="XXX"` to the ui_template node. 3. Open /ui and observe dashboard websocket...