';
- echo 'ø'.__('per minute').':';
+ echo 'ø '.__('per minute').':';
echo PMA_formatNumber( $total_queries * 60 / $server_status['Uptime'], 0);
echo '
';
if($total_queries / $server_status['Uptime'] >= 1) {
- echo 'ø'.__('per second').':';
+ echo 'ø '.__('per second').':';
echo PMA_formatNumber( $total_queries / $server_status['Uptime'], 0);
}
?>
@@ -715,12 +715,14 @@ function printQueryStatistics() {
+
0)
$chart_json[__('Other')] = $other_sum;
echo json_encode($chart_json);
?>
+
__('The number of connections that were aborted because the client died without closing the connection properly.'),
'Aborted_connects' => __('The number of failed attempts to connect to the MySQL server.'),
'Binlog_cache_disk_use' => __('The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'),
'Binlog_cache_use' => __('The number of transactions that used the temporary binary log cache.'),
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 7c44bfbb8e..54b88bfe6f 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -1185,6 +1185,7 @@ table#serverstatusqueriesdetails th.headerSortDown img.sortableIcon, table#serve
.buttonlinks {
float: ;
white-space: nowrap;
+ display: none; /* Made visible with js */
}
/* Also used for the variables page */