Added Node Sessions

This commit is contained in:
Deon George
2012-12-07 17:06:57 +11:00
parent c9a1d39912
commit 0122cd8c02
4 changed files with 139 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('node/cloptset')->set('o',$o); ?></td>
</tr>
</table>
<?php echo View::factory('node/sessions')->set('o',$o); ?>
<?php echo View::factory('node/filesystems')->set('o',$o); ?>
<?php echo View::factory('node/volumes')->set('o',$o); ?>
<?php echo View::factory('node/schedule')->set('o',$o); ?>