Skip to content
Snippets Groups Projects
Commit 3945da87 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Added more info placeholders

parent 9440f1af
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,29 @@
<td>{{server.version}}</td>
</tr>
<tr>
<th>{{_ "DB_Schema_Version"}}</th>
<th>{{_ "DB_Migration"}}</th>
<td>{{migration.version}}</td>
</tr>
<tr>
<th>{{_ "Installed_at"}}</th>
<td></td>
</tr>
<tr>
<th>{{_ "Started_at"}}</th>
<td></td>
</tr>
<tr>
<th>{{_ "Deployment_ID"}}</th>
<td></td>
</tr>
<tr>
<th>{{_ "Instance_ID"}}</th>
<td></td>
</tr>
<tr>
<th>{{_ "Running_Instances"}}</th>
<td></td>
</tr>
</table>
<h3>{{_ "Commit"}}</h3>
......@@ -69,6 +89,10 @@
<th>{{_ "OS_Release"}}</th>
<td>{{statistics.os.release}}</td>
</tr>
<tr>
<th>{{_ "Node_version"}}</th>
<td></td>
</tr>
<tr>
<th>{{_ "OS_Uptime"}}</th>
<td>{{humanReadableTime statistics.os.uptime}}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment