feat: add reload button
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon
2022-01-10 16:31:09 +01:00
parent 24f2aff90a
commit 2032816eaa
3 changed files with 33 additions and 2 deletions

View File

@ -48,8 +48,15 @@
<div>
<h2>Resource map</h2>
<p>(i have no idea how to render this)<p>
<p>
<a href="{{ url_for('generate_resource_map') }}">Regenerate</a>
</p>
<p>(PS. i have no idea how to render this)<p>
<div>{{ resource_map }}</div>
</div>
{% endblock %}