mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
health page displays piler version
This commit is contained in:
@ -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>
|
||||
|
@ -12,6 +12,11 @@
|
||||
<div class="cellhealthright"><?php print $sysinfo[0]; ?></div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="cellhealthleft">Piler</div>
|
||||
<div class="cellhealthright"><?php print $piler_version; ?></div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="cellhealthleft"><?php print $text_server_operating_system; ?></div>
|
||||
<div class="cellhealthright"><?php print $sysinfo[1]; ?></div>
|
||||
|
Reference in New Issue
Block a user