Add snapshot plot
This commit is contained in:
parent
14fa4b38d0
commit
b1b3a5afa2
3 changed files with 48 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<h2>Plot</h2>
|
||||
<img src="{% url 'snapshot_graph' snapshot.id %}" />
|
||||
|
||||
{% if snapshot.transactions %}
|
||||
<h2>Transactions ({% pmvalue sum %} / {% pmvalue snapshot.diff %})</h2>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue