Display total overhead

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-07-31 10:35:09 +05:30
parent 9d9c9f9c1e
commit 6edc4038d6

View File

@ -50,7 +50,7 @@ $cell_text = ($approx_rows)
</th>
<?php endif; ?>
<?php if ($is_show_stats): ?>
<?php
<?php
list($sum_formatted, $unit) = PMA_Util::formatByteDown(
$sum_size, 3, 1
);
@ -58,7 +58,7 @@ $cell_text = ($approx_rows)
= PMA_Util::formatByteDown($overhead_size, 3, 1);
?>
<th class="value tbl_size"><?php echo $sum_formatted . ' ' . $unit; ?></th>
<th class="value tbl_overhead"><?php $overhead_formatted . ' ' . $overhead_unit; ?></th>
<th class="value tbl_overhead"><?php echo $overhead_formatted . ' ' . $overhead_unit; ?></th>
<?php endif; ?>
<?php if ($GLOBALS['cfg']['ShowDbStructureComment']): ?>
<th></th>