Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying target in ui-control #1447

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

cgjgh
Copy link
Contributor

@cgjgh cgjgh commented Nov 5, 2024

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

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production

Labels

  • Includes a DB migration? -> add the area:migration label

@joepavitt joepavitt merged commit 9071d2d into FlowFuse:main Nov 11, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI-Control: Enable opening (external) link in a new browser window\tab
2 participants