metrics are working!!!

This commit is contained in:
2020-05-13 00:28:53 -05:00
parent 7337375ae8
commit 30464ac8e5
25 changed files with 601 additions and 81 deletions

View File

@ -3,10 +3,11 @@
{% block title %}Create{% endblock %}
{% block content %}
<div class="third-margin">
<div class="row third-margin">
<h1>Create Capsul</h1>
</div>
<div class="third-margin">
<div class="row third-margin"><div>
{% if created_os %}
<p>
Your Capsul was successfully created! You should already see it listed on the
@ -46,7 +47,8 @@
* net is calculated as a per-month average
* all VMs come standard with one public IPv4 addr</pre>
<pre>
Your <a href="/console/account-balance">account balance</a>: ${{ account_balance }}</div>
Your <a href="/console/account-balance">account balance</a>: ${{ account_balance }}
</pre>
<form method="post">
<div class="row justify-start">
@ -79,12 +81,13 @@
<input type="submit" value="Create">
</div>
</form>
</div>
{% endif %}
{% endif %}
{% endif %}
</div>
</div></div>
{% endblock %}
{% block subcontent %}