FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
206 stars 49 forks source link

Allow specifying target in ui-control #1447

Closed cgjgh closed 1 week ago

cgjgh commented 2 weeks ago

Description

Allows specifying a target along with url in order to open external links in new tabs

msg.payload = {
    url: 'https://nodered.org',
    target: '_blank'
}

Related Issue(s)

Closes #1163

Checklist

Labels