Fixed FS count on VOL

This commit is contained in:
Deon George
2013-01-18 11:12:45 +11:00
parent c4409598be
commit 05eda26bc1
3 changed files with 24 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
<td class="data-right"><?php printf('%s/%s',$vo->READ_ERRORS,$vo->WRITE_ERRORS); ?></td>
<td class="data-right"><?php echo $vo->display('PCT_UTILIZED'); ?></td>
<td class="data-right"><?php echo $vo->display('PCT_RECLAIM'); ?></td>
<td class="data-right"><?php echo count($vo->fs_byctype($ctype))-1; ?></td>
<td class="data-right"><?php echo count($vo->fs_byctype($ctype))-count($o->fs_vol($vo->VOLUME_NAME)); ?></td>
<td class="data-right"><?php echo count($vo->nodes_byctype($ctype))-1; ?></td>
</tr>
<?php } ?>