Added Server activity log
This commit is contained in:
13
application/views/server/info.php
Normal file
13
application/views/server/info.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- $o = ORM::factory('NODE') -->
|
||||
<table class="box-full">
|
||||
<tr>
|
||||
<td class="head" colspan="2">Server Information</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="spacer"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 40%;">Server Name</td>
|
||||
<td style="width: 60%;" class="data"><?php echo $o->display('SERVER_NAME'); ?> (<?php echo $o->display('SERVER_HLA').':'.$o->display('SERVER_LLA'); ?>)</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user