arrange innodb buffer pool tables side by side

This commit is contained in:
Sebastian Mendel
2005-12-07 11:24:38 +00:00
parent b7a3154e48
commit 2e98aab560
2 changed files with 4 additions and 1 deletions

View File

@@ -652,6 +652,10 @@ li#li_flush_privileges {
clear: both;
}
#table_innodb_bufferpool_usage,
#table_innodb_bufferpool_activity {
float: <?php echo $left; ?>;
}
<?php
} // end styles 2.7.1

View File

@@ -242,7 +242,6 @@ class PMA_StorageEngine_innodb extends PMA_StorageEngine
. ' </tr>' . "\n"
. ' </tbody>' . "\n"
. '</table>' . "\n\n"
. '<br />' . "\n\n"
. '<table class="data" id="table_innodb_bufferpool_activity">' . "\n"
. ' <caption class="tblHeaders">' . "\n"
. ' ' . $GLOBALS['strBufferPoolActivity'] . "\n"