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:
parent
96d9d0b8cd
commit
23e13a8124
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue