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:
Diffstat (limited to 'server_status_monitor.php')
-rw-r--r--server_status_monitor.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/server_status_monitor.php b/server_status_monitor.php
index 69f8a9db8e..72e7a8c8ae 100644
--- a/server_status_monitor.php
+++ b/server_status_monitor.php
@@ -488,9 +488,9 @@ function getPrintMonitorHtml($ServerStatusData)
$retval .= '<a href="#addNewChart">';
$retval .= PMA_Util::getImage('b_chart.png') . __('Add chart');
$retval .= '</a>';
- $retval .= '<a href="#rearrangeCharts">';
- $retval .= PMA_Util::getImage('b_tblops.png') . __('Rearrange/edit charts');
- $retval .= '</a>';
+ //$retval .= '<a href="#rearrangeCharts">';
+ //$retval .= PMA_Util::getImage('b_tblops.png') . __('Rearrange/edit charts');
+ //$retval .= '</a>';
$retval .= '<div class="clearfloat paddingtop"></div>';
$retval .= '<div class="floatleft">';
$retval .= __('Refresh rate') . '<br />';