use dt filter

This commit is contained in:
devStorm 2020-05-18 14:05:03 -07:00
parent 7bd97e13b0
commit 4fd7bf40ab
No known key found for this signature in database
GPG Key ID: D52E1B66F336AC57
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<tr>
<th scope="row">{{ key.id }}</th>
<td>{{ key.name }}</td>
<td><script>document.write(new Date('{{ key.created_at }}').toLocaleString());</script></td>
<td>{{key.created_at | dt}}</td>
<td class="text-center"><button class="btn btn-outline-danger" onclick="$('#credential_id').val('{{ key.credential_id }}'); $('#formManageKey').submit();">Unlink</button></td>
</tr>
{%endfor%}