Consistency updates
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<tr>
|
||||
<td class="head" colspan="2"><?php echo $ctype; ?> Information</td>
|
||||
</tr>
|
||||
<?php if ($o->vols_bybtype($ctype)) { ?>
|
||||
<?php if ($o->vols_byctype($ctype)) { ?>
|
||||
<tr>
|
||||
<td class="spacer"> </td>
|
||||
</tr>
|
||||
@@ -25,7 +25,7 @@
|
||||
<td class="data"><?php echo ($btype == 'Bkup') ? $fso->display('BACKUP_END') : ' '; ?></td>
|
||||
<td class="data-right"><?php echo number_format($fso->utilsation(),2); ?></td>
|
||||
<?php foreach ($o->stgpools() as $spo) { ?>
|
||||
<td class="data-right"><?php echo number_format($fso->logmb_bypoolbybtype($spo->STGPOOL_NAME,$btype),2); ?> (<?php echo count($fso->vols_bypoolbybtype($spo->STGPOOL_NAME,$ctype)); ?>)</td>
|
||||
<td class="data-right"><?php echo number_format($fso->logmb_bypoolbybtype($spo->STGPOOL_NAME,$btype),2); ?> (<?php echo count($fso->vols_bypoolbyctype($spo->STGPOOL_NAME,$ctype)); ?>)</td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
Reference in New Issue
Block a user