fixed the layout of the chart in the server status page

This commit is contained in:
Martynas Mickevicius
2010-06-15 20:13:12 +03:00
parent 9e25d0536d
commit 473b9b38dc

View File

@@ -587,11 +587,10 @@ foreach ($used_queries as $name => $value) {
?> ?>
</tbody> </tbody>
</table> </table>
<div class="clearfloat"></div>
</div> </div>
<div> <div>
<table>
<tr><td>
<?php <?php
// format keys which will be shown in the chart // format keys which will be shown in the chart
$chart_data = array(); $chart_data = array();
@@ -601,8 +600,6 @@ foreach ($used_queries as $name => $value) {
} }
echo PMA_chart_pie(__('Query type'), $chart_data); echo PMA_chart_pie(__('Query type'), $chart_data);
?> ?>
</td></tr>
</table>
</div> </div>
<div id="serverstatussection"> <div id="serverstatussection">