Add Glacier name search for table querying

This commit is contained in:
2020-01-09 20:56:17 +01:00
parent 1aac68473d
commit c6e63cf087
4 changed files with 20 additions and 11 deletions

View File

@@ -2,6 +2,6 @@
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
<h1>Table</h1>
{{ table|safe }}
<h1>Table</h1>
{{ table|safe }}
{% endblock %}