From 473b9b38dcc8200b7efb9a52c8f24aa00d171ec6 Mon Sep 17 00:00:00 2001 From: Martynas Mickevicius Date: Tue, 15 Jun 2010 20:13:12 +0300 Subject: [PATCH] fixed the layout of the chart in the server status page --- server_status.php | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/server_status.php b/server_status.php index b6e8b148f..d82fc1963 100644 --- a/server_status.php +++ b/server_status.php @@ -587,22 +587,19 @@ foreach ($used_queries as $name => $value) { ?> +
-
- - -
- $value) { - $key = str_replace(array('Com_', '_'), array('', ' '), $key); - $chart_data[ucwords($key)] = (int)$value; - } - echo PMA_chart_pie(__('Query type'), $chart_data); - ?> -
+
+ $value) { + $key = str_replace(array('Com_', '_'), array('', ' '), $key); + $chart_data[ucwords($key)] = (int)$value; + } + echo PMA_chart_pie(__('Query type'), $chart_data); + ?>