FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
184 stars 46 forks source link

Inconsistent use of msg.ui_update.title to update the label for gauge node, msg.ui_update.label is used for other nodes. #1284

Open colinl opened 1 week ago

colinl commented 1 week ago

Current Behavior

The docs for dynamic properties of the gauge node show msg.ui_update.title being used to update the label. Other nodes I have looked at all use msg.ui_update.label.

Expected Behavior

There should be consistency across nodes.

Steps To Reproduce

No response

Environment

Have you provided an initial effort estimate for this issue?

I am not a FlowFuse team member

joepavitt commented 4 days ago

This was inherited from Dashboard 1.0, but we should support both title and label here.