fix minor wonks with metrics

This commit is contained in:
2020-05-13 00:34:38 -05:00
parent 30464ac8e5
commit 34d920b005
2 changed files with 4 additions and 6 deletions

View File

@ -20,10 +20,7 @@
{% endfor %}
</div>
<div class="row">
<div>
<h1>cpu</h1>
<img src="/metrics/{{ metric }}/{{ vm['id'] }}/{{ duration }}/l"/>
</div>
<img src="/metrics/{{ metric }}/{{ vm['id'] }}/{{ duration }}/l"/>
</div>
{% endblock %}