mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Show time taken at bottom of table page
This commit is contained in:
parent
3eb79e1a5f
commit
bd5f3b2ba1
1 changed files with 1 additions and 0 deletions
|
|
@ -31,4 +31,5 @@ td {
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
{% if took_ms %}<small>Took {{ took_ms }}</small>{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue