health page displays piler version

This commit is contained in:
SJ
2015-03-18 15:22:53 +01:00
parent 78728c2c6e
commit 925b108457
4 changed files with 14 additions and 0 deletions

View File

@ -7,6 +7,11 @@
<h2><i class="icon-dashboard icon-2x pull-left"></i><?php print $sysinfo[0]; ?> <small><?php print $text_status; ?></small></h2>
<h3><strong>Up For:</strong> <?php print $uptime; ?></h3>
<table class="table table-striped">
<tr>
<th class="span4">Piler:</th>
<td class="span8"> <?php print $piler_version; ?></td>
</tr>
<tr>
<th class="span4"><?php print $text_server_operating_system; ?>:</th>
<td class="span8"> <?php print $sysinfo[1]; ?></td>