Added Node Summary
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<?php $i=0; foreach (Kohana::config('config.tsmpooltypes') as $type) { ?>
|
||||
<tr class="<?php echo $i++%2 ? 'odd' : 'even'; ?>">
|
||||
<td class="data" colspan="2"><?php echo $type; ?></td>
|
||||
<td class="data-right"><?php echo $node->getStorageTypeVols($type); ?></td>
|
||||
<td class="data-right"><?php echo count($node->getStorageTypeVols($type)); ?></td>
|
||||
<td class="data-right"><?php echo $node->getStorageTypeFiles($type); ?></td>
|
||||
<td class="data-right"><?php echo $node->getStorageTypeData($type); ?></td>
|
||||
</tr>
|
||||
@@ -61,7 +61,7 @@
|
||||
<tr class="<?php echo $i++%2 ? 'odd' : 'even'; ?>">
|
||||
<td> </td>
|
||||
<td><?php echo $spo; ?></td>
|
||||
<td class="right"><?php echo $node->getStorageTypeVols($type,$spo); ?></td>
|
||||
<td class="right"><?php echo count($node->getStorageTypeVols($type,$spo)); ?></td>
|
||||
<td class="right"><?php echo $node->getStorageTypeFiles($type,$spo); ?></td>
|
||||
<td class="right"><?php echo $node->getStorageTypeData($type,$spo); ?></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user