Bug #18796
Operating system chart disappear
Pull request:
Fixed in Releases:
Found in Releases:
Description
when resizing the UI or "randomly" the os chart can disappear.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4357 added
#2
Updated by Ohad Levy over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8eaa6ba7fa4ad27473269564c6db87382ec3c4e7.
#3
Updated by Ivan Necas over 5 years ago
- Related to Bug #18956: The job invocation updates don't work with latest foreman 1.15: charts javascript missing added
#4
Updated by Ohad Levy about 5 years ago
- Legacy Backlogs Release (now unused) set to 209
#5
Updated by Marek Hulán about 5 years ago
- Related to Bug #20096: OpenSCAP Graphs are empty/blank added
fixes #18796 - do not flot charts by default
flot initalization relay on css class, if the css class conflict,
legacy flot to try and initalize on the same div as c3.
this removes charts.js to load by default, and only load it in pages
which requires it.