Skip to content
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

Grafana 8: Some fields in config panel not rendering properly and unusable #126

Open
thepilot21 opened this issue Aug 11, 2021 · 2 comments

Comments

@thepilot21
Copy link

Grafana version is 8.1. Browser Chrome (although I also tried Edge).

image

This image shows the center and zoom level options but the fields are not visible and do not seem to accept input. Even the "Center" dropdown does not show the setting that I have picked although the selection list is visible when I click on the arrow.

This problem does not occur if Fit to Data is set because of course then the non working fields are not shown.

Please do let me know if I can provide any additional data to help debug.

Thanks,

Mike

@thepilot21 thepilot21 changed the title Some fields in config panel not rendering and unusable Some fields in config panel not rendering properly and unusable Aug 11, 2021
@thepilot21
Copy link
Author

thepilot21 commented Aug 12, 2021

I found that the fields in question are wrapped in a

(in editot.html) that when removed makes the issue go away. I do not know if this is the right thing to do to fix the problem but it seems to work for me.

In editor.html:

I removed line 337 <div class="section editor-column width-24">
and also removed the closing <\div. at 410.

Mike

@amotl
Copy link

amotl commented Aug 12, 2021

Dear Mike,

thank you for figuring this out. Will you be able to submit a patch by making a corresponding pull request?

With kind regards,
Andreas.

@amotl amotl changed the title Some fields in config panel not rendering properly and unusable Grafana 8: Some fields in config panel not rendering properly and unusable Oct 18, 2021
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

No branches or pull requests

2 participants