You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a problem on grafana that reversed by nginx which has different root url, example: %(protocol)s://%(domain)s/grafana/. Plugin page opening CSS-file with incorrect url path:
…1348)
# What this PR does
Fixed#672 so that we import the css as a whole and add it as a `style`
element, instead of relying on path location which can differ if url is
rewritten.
## Which issue(s) this PR fixes#672
## Checklist
- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
…1348)
# What this PR does
Fixed#672 so that we import the css as a whole and add it as a `style`
element, instead of relying on path location which can differ if url is
rewritten.
## Which issue(s) this PR fixes#672
## Checklist
- [ ] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
I got a problem on grafana that reversed by nginx which has different root url, example: %(protocol)s://%(domain)s/grafana/. Plugin page opening CSS-file with incorrect url path:
https://host/grafana/public/plugins/grafana-oncall-app/img/grafanaGlobalStyles.css
The text was updated successfully, but these errors were encountered: