node-red-dashboard
node-red-dashboard copied to clipboard
### Description As seen at arrows in attached image. Can those type sizes be changed by css per gauge by any chance? Many thanks! ### Have you provided an initial...
### Current Behavior The button node is sending `ui_update` properties from a previous incoming message. ### Expected Behavior This shouldn't happen. ### Steps To Reproduce Example code: ``` [{"id":"eb989fcd67e25fa7","type":"inject","z":"b39000460508d582","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"0","payloadType":"num","x":5320,"y":810,"wires":[["9ac368e01da4aa5f"]]},{"id":"9ac368e01da4aa5f","type":"change","z":"b39000460508d582","name":"Normal","rules":[{"t":"set","p":"ui_update.label","pt":"msg","to":"PASS","tot":"str"},{"t":"set","p":"ui_update.buttonColor","pt":"msg","to":"blue","tot":"str"},{"t":"delete","p":"payload","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":5450,"y":870,"wires":[["020352927c165a64"]]},{"id":"e00e37f0d00a65c8","type":"change","z":"b39000460508d582","name":"Hold","rules":[{"t":"set","p":"ui_update.label","pt":"msg","to":"HOLD","tot":"str"},{"t":"set","p":"ui_update.buttonColor","pt":"msg","to":"red","tot":"str"},{"t":"delete","p":"payload","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":5440,"y":910,"wires":[["020352927c165a64"]]},{"id":"35a8e73703cbc8c0","type":"inject","z":"b39000460508d582","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"1","payloadType":"num","x":5320,"y":950,"wires":[["e00e37f0d00a65c8"]]},{"id":"020352927c165a64","type":"ui-button","z":"b39000460508d582","group":"6f4a6f88bfbb219b","name":"Hold","label":"","order":10,"width":"1","height":"1","emulateClick":false,"tooltip":"","color":"","bgcolor":"","className":"","icon":"","iconPosition":"left","payload":"X","payloadType":"str","topic":"topic","topicType":"msg","buttonColor":"","textColor":"","iconColor":"","enableClick":true,"enablePointerdown":false,"pointerdownPayload":"","pointerdownPayloadType":"str","enablePointerup":false,"pointerupPayload":"","pointerupPayloadType":"str","x":5610,"y":890,"wires":[["a888ea107ac7f3bb","52ba28d889a8d6fb"]]},{"id":"52ba28d889a8d6fb","type":"ui-text","z":"b39000460508d582","group":"6f4a6f88bfbb219b","order":12,"width":"2","height":"1","name":"","label":"Test","format":"{{msg.payload}}","layout":"row-spread","style":false,"font":"","fontSize":16,"color":"#717171","wrapText":false,"className":"","x":5870,"y":890,"wires":[]},{"id":"6f4a6f88bfbb219b","type":"ui-group","name":"Group 1","page":"b9b507aa5c5840c2","width":"10","height":1,"order":1,"showTitle":false,"className":"","visible":true,"disabled":"false","groupType":"default"},{"id":"b9b507aa5c5840c2","type":"ui-page","name":"Down/Up...
### Description Currently, the ui-table node offers "Append" and "Replace" as the "Action" value. It would be handy to have an "Insert" option to insert new data at the top...
### Current Behavior When setting the default value for a Required Field in a Form node to 0 (zero), the dashboard shows an error message below this field " is...
### Description I would like to pass in a global environment variable to use as the title on a dashboard page Something like ${envVar} In the Edit ui-page node -...
### Description Having recently done the upgrade to Vuetify `3.9.0` for https://github.com/FlowFuse/node-red-dashboard/issues/1767, I've realised that our build is signficantly bloated, mostly due to the mermaid node and it's dependencies (e.g....
### Description Sometimes is it necessary to send a date time string from serverside to client side. Without knowing the users locale it is not possible to set pre-formatted, locale...
### Current Behavior Currently there is no way to know if a dialogue opened or closed. This is useful for populating Fields upon opening and other things like cleanup after...
### Current Behavior _No response_ ### Expected Behavior Either permit the drop down to be populated before being shown in a dialogue group or update the UI control to emit...
### Current Behavior I created a dialo with a form but I could not close the form with the cancel button since the cancel button does not emit an event....