Added Server activity log
This commit is contained in:
9
application/views/server/detail.php
Normal file
9
application/views/server/detail.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<!-- $o = ORM::factory('STATUS') -->
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('server/info')->set('o',$o); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('server/activity')->set('o',$o); ?></td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user