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
Issue is with this URL: https://PUPPETBOARD_URL/fact/FACT
Facts that are listed in GRAPH_FACTS seem to cause a JS error and don't show table of hosts nor the graph itself.
kernelversion:117 Uncaught ReferenceError: c3 is not defined
at HTMLTableElement.<anonymous> (kernelversion:117:3)
at HTMLTableElement.dispatch (jquery.min.js:2:43064)
at v.handle (jquery.min.js:2:41048)
at Object.trigger (jquery.min.js:2:71515)
at HTMLTableElement.<anonymous> (jquery.min.js:2:72110)
at Function.each (jquery.min.js:2:3003)
at S.fn.init.each (jquery.min.js:2:1481)
at S.fn.init.trigger (jquery.min.js:2:72086)
at F (jquery.dataTables.min.js:91:276)
at Object.g [as success] (jquery.dataTables.min.js:49:90)
Puppetboard version
Started with version 4.1.0, verified to have worked in 4.0.5.
Environment and installation method
CentOS 8 Stream, Python 3.9
Installed via PyPI (but not via the Puppetboard Puppet module)
Hey @TwizzyDizzy, thanks for reporting! I reproduced it and fixed it easily, see v4.1.1 released a moment ago. Please reopen if you still have any issues. :)
Describe the bug
Issue is with this URL:
https://PUPPETBOARD_URL/fact/FACT
Facts that are listed in
GRAPH_FACTS
seem to cause a JS error and don't show table of hosts nor the graph itself.Puppetboard version
Started with version 4.1.0, verified to have worked in 4.0.5.
Environment and installation method
settings.py
The text was updated successfully, but these errors were encountered: