arrange innodb buffer pool tables side by side
This commit is contained in:
@@ -652,6 +652,10 @@ li#li_flush_privileges {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#table_innodb_bufferpool_usage,
|
||||||
|
#table_innodb_bufferpool_activity {
|
||||||
|
float: <?php echo $left; ?>;
|
||||||
|
}
|
||||||
<?php
|
<?php
|
||||||
} // end styles 2.7.1
|
} // end styles 2.7.1
|
||||||
|
|
||||||
|
@@ -242,7 +242,6 @@ class PMA_StorageEngine_innodb extends PMA_StorageEngine
|
|||||||
. ' </tr>' . "\n"
|
. ' </tr>' . "\n"
|
||||||
. ' </tbody>' . "\n"
|
. ' </tbody>' . "\n"
|
||||||
. '</table>' . "\n\n"
|
. '</table>' . "\n\n"
|
||||||
. '<br />' . "\n\n"
|
|
||||||
. '<table class="data" id="table_innodb_bufferpool_activity">' . "\n"
|
. '<table class="data" id="table_innodb_bufferpool_activity">' . "\n"
|
||||||
. ' <caption class="tblHeaders">' . "\n"
|
. ' <caption class="tblHeaders">' . "\n"
|
||||||
. ' ' . $GLOBALS['strBufferPoolActivity'] . "\n"
|
. ' ' . $GLOBALS['strBufferPoolActivity'] . "\n"
|
||||||
|
Reference in New Issue
Block a user