/status: add more information to /status page.
Add the following: * Container name, machine name, worker id. * Container uptime, puma uptime, worker uptime. * Number of requests processed by current worker. * ExifTool version. Also change /status page to show information in tables instead of lists.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<%# hash %>
|
||||
<dl>
|
||||
<table class="striped aligned-vertical">
|
||||
<% hash.each do |key, value| %>
|
||||
<dt><%= key.to_s.humanize %></dt>
|
||||
<dd><%= value %></dd>
|
||||
<tr>
|
||||
<th><%= key.to_s.humanize %></th>
|
||||
<td><%= value %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</dl>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user