hop-2012/web/bootstrap/templates/index.xml

34 lines
774 B
XML

<page>
<title>Ocamlmsg</title>
<section>main</section>
<body>
<h2>Server statistics</h2>
<table class="table">
<tr>
<th class="span6">Server Status</th>
<td class="span6" id="server_ok">OK</td>
</tr>
<tr>
<th class="span6">Connection count</th>
<td class="span6" id="server_stats_connection_count"></td>
</tr>
<tr>
<th class="span6">Boot time</th>
<td class="span6">
<span id="server_stats_boot_time"/>;
up <span id="server_stats_uptime"/> seconds
</td>
</tr>
<tr>
<th class="span6">Available node classes</th>
<td class="span6" id="server_classes"></td>
</tr>
</table>
<h2>Debug</h2>
<pre id="debug_container"></pre>
</body>
<script>$(document).ready(ui_main);</script>
</page>