Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-05-11 23:38:35 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-11 23:38:35 +0400
commit8b7b8a8ffe0c2b4a916a0352bc21c0b103048397 (patch)
treeb3c1107a204714a3fd668d9a5f322fe87884f674 /server_status.php
parenta44ee5909345fe24adcbd498ecc9255e36f66d58 (diff)
Server status queries chart, with jqplot
Fix needed: legend wrongly displayed over the right border
Diffstat (limited to 'server_status.php')
-rw-r--r--server_status.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/server_status.php b/server_status.php
index 4b172fb607..58b11031df 100644
--- a/server_status.php
+++ b/server_status.php
@@ -430,6 +430,9 @@ if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER < 9) {
$GLOBALS['js_include'][] = 'canvg/flashcanvas.js';
}
$GLOBALS['js_include'][] = 'canvg/canvg.js';
+// for profiling chart
+$GLOBALS['js_include'][] = 'jqplot/jquery.jqplot.js';
+$GLOBALS['js_include'][] = 'jqplot/plugins/jqplot.pieRenderer.js';
/**
* flush status variables if requested