- Notifications
You must be signed in to change notification settings - Fork928
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Given this app:
resource "coder_app" "api" { agent_id = coder_agent.main.id slug = "api" icon = "https://upload.wikimedia.org/wikipedia/commons/a/a6/Api_logo.jpg" url = "my-url" external = true open_in = "tab"}
Link opens in same tab, tested in vivaldi and edge.
Relevant Log Output
Expected Behavior
Link opens in a new tab.
Steps to Reproduce
Set open_in = "tab" in a coder_app.
Open link.
Environment
- Host OS: Ubuntu 22.04
- Coder version: 2.23.1
Additional Context
No response