diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9b980f1996..ef506ebf00 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2011-08-16 Miguel de Dios + + * godmode/reporting/visual_console_builder.editor.js: fixed the warning in + the apache logs, and show the percentile bar correctly in the visual console + editor. + + Fixes: #3389967 + 2011-08-16 Miguel de Dios * include/styles/pandora.css, diff --git a/pandora_console/godmode/reporting/visual_console_builder.editor.js b/pandora_console/godmode/reporting/visual_console_builder.editor.js index ecccb895f5..fc74825eab 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.editor.js +++ b/pandora_console/godmode/reporting/visual_console_builder.editor.js @@ -699,7 +699,7 @@ function getPercentileBar(id_data) { else var percentile = 100; - var img = 'include/graphs/fgraph.php?graph_type=progressbar&height=15&' + + var img = 'include/graphs/fgraph.php?homeurl=../../&graph_type=progressbar&height=15&' + 'width=' + width_percentile + '&mode=1&progress=' + percentile + '&font=' + font; return img;