Fixes to work with KH 3.3
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
<td class="right">Errors R/W</td>
|
||||
<td class="right">Util %</td>
|
||||
<td class="right">Reclaim</td>
|
||||
<?php foreach (Kohana::config('config.tsmdatatypes') as $btype => $ctype) { ?>
|
||||
<?php foreach (Kohana::$config->load('config')->tsmdatatypes as $btype => $ctype) { ?>
|
||||
<td class="right"><?php echo 'FS '.$btype; ?></td>
|
||||
<td class="right"><?php echo 'Node '.$btype; ?></td>
|
||||
<?php } ?>
|
||||
@@ -204,7 +204,7 @@
|
||||
<td class="data-right"><?php printf('%s/%s',$vo->READ_ERRORS,$vo->WRITE_ERRORS); ?></td>
|
||||
<td class="data-right"><?php echo $vo->display('EST_CAPACITY_MB'); ?></td>
|
||||
<td class="data-right"><?php echo $vo->display('PCT_RECLAIM'); ?></td>
|
||||
<?php foreach (Kohana::config('config.tsmdatatypes') as $btype => $ctype) { ?>
|
||||
<?php foreach (Kohana::$config->load('config')->tsmdatatypes as $btype => $ctype) { ?>
|
||||
<td class="data-right"><?php echo $vo->getFSOnVol($ctype); ?></td>
|
||||
<td class="data-right"><?php echo $vo->getNodesOnVol($ctype); ?></td>
|
||||
<?php } ?>
|
||||
|
Reference in New Issue
Block a user