We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
order
coder_app
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 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)
The text was updated successfully, but these errors were encountered:
I'm going with this one.
Sorry, something went wrong.
mtojek
Successfully merging a pull request may close this issue.
Allow ordering
coder_app
resources on dashboardLike
will display Jira first and then Slack
Moved from #8237 (comment)
The text was updated successfully, but these errors were encountered: