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:
authorCristiano Lancelotti <lancelot.info@gmail.com>2017-02-04 11:36:05 +0300
committerCristiano Lancelotti <lancelot.info@gmail.com>2017-02-04 11:36:05 +0300
commit5781a009e0f18726dce1d6ed2c7396e948107911 (patch)
tree2e4f335e4010950630717da50429dfed328852d9 /server_status_queries.php
parent97a41c81585c49e7c65084a23b2b0dc385dc2cce (diff)
show-hide-chart-slice
Signed-off-by: Cristiano Lancelotti <lancelot.info@gmail.com>
Diffstat (limited to 'server_status_queries.php')
-rw-r--r--server_status_queries.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/server_status_queries.php b/server_status_queries.php
index 8e85be87c6..885c9c656b 100644
--- a/server_status_queries.php
+++ b/server_status_queries.php
@@ -29,6 +29,7 @@ $scripts->addFile('chart.js');
$scripts->addFile('jqplot/jquery.jqplot.js');
$scripts->addFile('jqplot/plugins/jqplot.pieRenderer.js');
$scripts->addFile('jqplot/plugins/jqplot.highlighter.js');
+$scripts->addFile('jqplot/plugins/jqplot.enhancedPieLegendRenderer.js');
$scripts->addFile('jquery/jquery.tablesorter.js');
$scripts->addFile('server_status_sorter.js');