2011-08-16 Miguel de Dios <miguel.dedios@artica.es>

* 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



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4736 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2011-08-16 11:34:12 +00:00
parent 96d9d0b8cd
commit 23e13a8124
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2011-08-16 Miguel de Dios <miguel.dedios@artica.es>
* 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 <miguel.dedios@artica.es>
* include/styles/pandora.css,

View File

@ -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;