dashboard.index.html 347 Bytes
{% extends "layout-with-topbar.html" %}

{% block content %}
<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="nodejs_versions">Node.js Versions</h2>
<pre>
{{ nodejs_versions }}
</pre>

{% endblock %}