forked from getredash/redash
-
Notifications
You must be signed in to change notification settings - Fork 21
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
It should be optional to display the variable boxes in template queries in a dashboard #163
Comments
PR #177 |
Verified fixed on staging based on PR comment: #177 (comment) |
washort
pushed a commit
that referenced
this issue
Dec 12, 2017
washort
pushed a commit
that referenced
this issue
Dec 12, 2017
washort
pushed a commit
that referenced
this issue
Jan 8, 2018
washort
pushed a commit
that referenced
this issue
Jan 17, 2018
washort
pushed a commit
that referenced
this issue
Feb 6, 2018
washort
pushed a commit
that referenced
this issue
Feb 28, 2018
jezdez
pushed a commit
that referenced
this issue
Mar 5, 2018
emtwo
pushed a commit
that referenced
this issue
May 25, 2018
washort
pushed a commit
that referenced
this issue
Jul 25, 2018
jezdez
pushed a commit
that referenced
this issue
Aug 16, 2018
jezdez
pushed a commit
that referenced
this issue
Sep 6, 2018
jezdez
pushed a commit
that referenced
this issue
Nov 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First I will describe the use-case here. If I'm generating dashboards via the API, the templating mechanism is useful to me to set variables for a query given the data my redash client has. However, once I've set them and generated a dashboard, I don't want it to be possible for these to be easily changed and I don't want to have those text boxes in the dashboard.
I understand why they're there by default since templated queries in the UI are designed to be used this way. However it would be nice if there was an option to turn them off.
Steps to Reproduce
Expected Result: It should be possible to remove the variable boxes in a dashboard so that it's easier to read.
Actual Result: The variable boxes add clutter to the dashboard which makes the dashboard harder to read.
The text was updated successfully, but these errors were encountered: