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_variables.php
parentb621d2b56ccd19cdb2515fc60a99ac8a31da4abb (diff)
Restored server_status table sorter
Diffstat (limited to 'server_status_variables.php')
-rw-r--r--server_status_variables.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/server_status_variables.php b/server_status_variables.php
index d6d8a2a225..bb7b75168b 100644
--- a/server_status_variables.php
+++ b/server_status_variables.php
@@ -38,6 +38,8 @@ $response = PMA_Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('server_status_variables.js');
+$scripts->addFile('jquery/jquery.tablesorter.js');
+$scripts->addFile('server_status_sorter.js');
$response->addHTML('<div>');
$response->addHTML($ServerStatusData->getMenuHtml());