Skip to content

Add order to coder_app resource #8994

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

Closed
Tracked by #8995
matifali opened this issue Aug 9, 2023 · 1 comment · Fixed by #12077
Closed
Tracked by #8995

Add order to coder_app resource #8994

matifali opened this issue Aug 9, 2023 · 1 comment · Fixed by #12077
Assignees

Comments

@matifali
Copy link
Member

matifali commented Aug 9, 2023

Allow ordering coder_app resources on dashboard
Like

resource "coder_app" "jira" {
  // ...
  slug         = "jira"
  display_name = "Jira"
  order        = 1
}

resource "coder_app" "slack" {
  // ...
  slug         = "slack"
  display_name = "Slack"
  order        = 2
}

will display Jira first and then Slack
Moved from #8237 (comment)

@github-actions github-actions bot added the stale This issue is like stale bread. label Feb 6, 2024
@matifali matifali removed the stale This issue is like stale bread. label Feb 6, 2024
@mtojek mtojek self-assigned this Feb 8, 2024
@mtojek
Copy link
Member

mtojek commented Feb 9, 2024

I'm going with this one.

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 a pull request may close this issue.

2 participants