Skip to content

Commit

Permalink
Fix missing "Selected Day Percent Utilization" charts
Browse files Browse the repository at this point in the history
https://bugzilla.redhat.com/show_bug.cgi?id=1401441

(cherry picked from commit b18bc4ed950bd1161d0d874a1b34655d012b84b3)
  • Loading branch information
PanSpagetka committed Jan 2, 2017
1 parent bbcee60 commit 51666e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/miq_explorer.js
Expand Up @@ -249,7 +249,7 @@ ManageIQ.explorer.processReplaceRightCell = function(data) {

if (_.isObject(data.chartData)) {
ManageIQ.charts.chartData = data.chartData;
// FIXME: @out << Charting.js_load_statement(true)
load_c3_charts();
}

if (data.resetChanges) { ManageIQ.changes = null; }
Expand Down

0 comments on commit 51666e1

Please sign in to comment.