Updated returned capture metadata

This commit is contained in:
Joel Collins 2018-11-16 10:21:24 +00:00
parent 07c5c0115d
commit 9d46ac1ca5
2 changed files with 2 additions and 8 deletions

View file

@ -69,7 +69,7 @@ function updateCaptures(response) {
<div class="clearfix">
<div class="left-col"><img src="${element_uri}/download?thumbnail=true"></div>
<div class="right-col">
<b>${element.file}</b><br>
<b>${element.filename}</b><br>
<a href="${element_uri}/download" target="_blank">View</a> <a href="${element_uri}/download?as_attachment=true">Download</a> Delete <a href="${element_uri}/" target="_blank">JSON</a>
<br>
</div>