Skip to content

Bug open_in for slim-window not working #455

@djarbz

Description

@djarbz

When I create a website link to the repository, it uses the same window rather than creating a new slim-window.
I will also get an alert that display_name needs to be installed first.

# Create a Coder app to link to the website of the repository
resource "coder_app" "website" {
  count        = length(module.git-clone) > 0 ? 1 : 0
  agent_id     = coder_agent.main.id
  order        = 2
  slug         = "website"
  external     = true
  tooltip      = ""
  open_in      = "slim-window"
  display_name = one(module.git-clone).folder_name
  url          = one(module.git-clone).web_url
  icon         = one(module.git-clone).git_provider != "" ? "/icon/${one(module.git-clone).git_provider}.svg" : "/icon/git.svg"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions