Archived
1
0
Fork 0

app/views/callback/show.volt: add uri to list header.

This commit is contained in:
Henrik Hautakoski 2018-03-18 11:45:07 +01:00
parent 9851b05af3
commit 28215d0303

View file

@ -18,6 +18,10 @@
#{{ index + 1 }}
</span>
<span class="request-list-item-header-uri">
{{ icon('android-locate') }} {{ req.getUri() }}
</span>
<span class="request-list-item-header-timestamp">
{{ icon('android-time') }} {{ req.getTimestamp() }}
</span>