Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
admin
/
htdocs
/
rockmongo
/
themes
/
default
/
views
/
server
/
/srv/admin/htdocs/rockmongo/themes/default/views/server/status.php
<div class="operation"> <?php render_server_menu("status"); ?> </div> <table bgcolor="#cccccc" cellpadding="2" cellspacing="1" width="600"> <tr> <th colspan="2"><?php hm("server_status"); ?> ({serverStatus:1})</th> </tr> <?php foreach ($status as $param=>$value):?> <tr bgcolor="#fffeee"> <td width="120" valign="top"><?php h($param);?></td> <td><?php h($value);?></td> </tr> <?php endforeach; ?> </table>