Skip to content

UI shows blank "Template params" section #7254

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
ericpaulsen opened this issue Apr 23, 2023 · 0 comments · Fixed by #7263
Closed

UI shows blank "Template params" section #7254

ericpaulsen opened this issue Apr 23, 2023 · 0 comments · Fixed by #7263
Assignees
Labels
s2 Broken use cases or features (with a workaround). Only humans may set this. site Area: frontend dashboard

Comments

@ericpaulsen
Copy link
Member

i have the following terraform variable set to sensitive, meaning it shouldn't show in the UI. if there are no variables to be shown, the Template params section should be removed entirely.

provider "coder" {
  feature_use_managed_variables = false
}

variable "use_kubeconfig" {
  sensitive   = true
}

Screenshot 2023-04-23 at 6 29 52 PM

@ericpaulsen ericpaulsen added the site Area: frontend dashboard label Apr 23, 2023
@BrunoQuaresma BrunoQuaresma self-assigned this Apr 24, 2023
@bpmct bpmct added the s2 Broken use cases or features (with a workaround). Only humans may set this. label Apr 27, 2023
@matifali matifali added the bug label Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s2 Broken use cases or features (with a workaround). Only humans may set this. site Area: frontend dashboard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants