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:
authorRouslan Placella <rouslan@placella.com>2012-12-07 02:05:14 +0400
committerRouslan Placella <rouslan@placella.com>2012-12-14 23:05:04 +0400
commit04549d2dcc93b177c4aeb44f0a6c81647013a47c (patch)
tree13f3054485fda901c7e6a12897dca97a5700d18f /server_status_queries.php
parentb621d2b56ccd19cdb2515fc60a99ac8a31da4abb (diff)
Restored server_status table sorter
Diffstat (limited to 'server_status_queries.php')
-rw-r--r--server_status_queries.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/server_status_queries.php b/server_status_queries.php
index 37d7908859..8bec3c26c9 100644
--- a/server_status_queries.php
+++ b/server_status_queries.php
@@ -35,6 +35,8 @@ $scripts->addFile('jqplot/plugins/jqplot.canvasAxisLabelRenderer.js');
$scripts->addFile('jqplot/plugins/jqplot.dateAxisRenderer.js');
$scripts->addFile('jqplot/plugins/jqplot.highlighter.js');
$scripts->addFile('jqplot/plugins/jqplot.cursor.js');
+$scripts->addFile('jquery/jquery.tablesorter.js');
+$scripts->addFile('server_status_sorter.js');
// Add the html content to the response
$response->addHTML('<div>');