We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ nomad version Nomad v1.9.1+ent BuildDate 2024-10-21T14:02:49Z Revision d6cbc0d24773eeeaf9bd7ce6117856be2c05d4a9
macOS 14.7 (23H124) Google Chrome v130.0.6723.70
$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"
Cmd/Ctrl + Click on Vars table opens target URL in both a new tab and currently active tab.
Same issue as outlined in #23544 and #24277 ; I'm guessing this is likely fixable with similar changes as those made to the jobs controller in #23832
Navigate to /ui/variables. Cmd/Ctrl + Click nomad/jobs link.
/ui/variables
nomad/jobs
/ui/variables/path/nomad/jobs view only opens in new inactive tab.
/ui/variables/path/nomad/jobs
/ui/variables/path/nomad/jobs view opens in currently active tab and a new inactive tab.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Nomad version
Browser Client Details
macOS 14.7 (23H124)
Google Chrome v130.0.6723.70
Operating system and Environment details
Issue
Cmd/Ctrl + Click on Vars table opens target URL in both a new tab and currently active tab.
Same issue as outlined in #23544 and #24277 ; I'm guessing this is likely fixable with similar changes as those made to the jobs controller in #23832
Reproduction steps
Navigate to
/ui/variables
. Cmd/Ctrl + Clicknomad/jobs
link.Expected Result
/ui/variables/path/nomad/jobs
view only opens in new inactive tab.Actual Result
/ui/variables/path/nomad/jobs
view opens in currently active tab and a new inactive tab.The text was updated successfully, but these errors were encountered: