dashboard.index.html
579 Bytes
{% extends "layout-with-topbar.html" %}
{% block content %}
<p>
Process uptime: {{ uptime }} seconds
</p>
<h2 id="matrix">The Matrix</h2>
<pre>{{ matrix }}</pre>
<h2 id="pendings">Pending Transactions</h2>
<pre>{{ pendings }}</pre>
<h2 id="config">Config</h2>
<pre>{{ config }}</pre>
<h2 id="memory">Memory Usage</h2>
<pre>{{ memory_usage }}</pre>
<h2 id="nodejs_versions">Node.js Versions</h2>
<pre>{{ nodejs_versions }}</pre>
<h2 id="os_info">OS</h2>
<pre>{{ os_info }}</pre>
<h2 id="net_iface">Network Interfaces</h2>
<pre>{{ net_ifaces }}</pre>
{% endblock %}