1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Fix the columns in the fetch list

This commit is contained in:
Pierre Jaury
2016-06-26 12:41:25 +02:00
parent f8a220e72a
commit 1673631e69

View File

@@ -35,6 +35,7 @@ Fetched accounts
<td>{{ fetch.host }}</td>
<td>{{ fetch.port }}</td>
<td>{{ fetch.tls }}</td>
<td>{{ fetch.username }}</td>
<td>{{ fetch.created_at }}</td>
<td>{{ fetch.updated_at or '' }}</td>
</tr>