server.root_url not honored #19
-
Hello folks, In my installation Grafana is running on a custom root URL, i.e. server.root_url is set. I was successful when editing the module.js inside the running docker container by prefixing all occurences of "/public/plugins/gapit-htmlgraphics-panel" with the root path. One for loader.js, some more for the fonts. I found this configuration at https://github.com/gapitio/gapit-htmlgraphics-panel/blob/main/src/components/TextEditor/index.tsx line 12, where the path is hard coded. I believe the Grafana configuration of root_url should be prepended here. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Hello @joerglemke. The fonts are loaded from the scss file https://github.com/gapitio/gapit-htmlgraphics-panel/blob/main/src/fonts.scss. I'll try to fix the issues with the paths. |
Beta Was this translation helpful? Give feedback.
-
Fixed in v1.3.2 |
Beta Was this translation helpful? Give feedback.
Fixed in v1.3.2
(Cleaning up some discussions)