4.53.2
All checks were successful
Build-Release-Image / Build-Image (linux/amd64) (push) Successful in 3m29s
Build-Release-Image / Build-Image (linux/arm64) (push) Successful in 3m33s
Build-Release-Image / Merge-Images (push) Successful in 44s
Build-Release-Image / Create-Release (push) Successful in 7s
Build-Release-Image / Notify (push) Successful in 20s

This commit is contained in:
2024-10-11 12:00:07 +01:00
parent 3da6c983e1
commit 798b58529c
5 changed files with 95 additions and 37 deletions

View File

@ -84,7 +84,7 @@
Email
</th>
<th>
Verified
Enabled
</th>
<th>
Created At
@ -96,7 +96,7 @@
<tr>
<td>{{ alias.id }}</td>
<td><a href="?email={{ alias.email }}">{{ alias.email }}</a></td>
<td>{{ "Yes" if alias.verified else "No" }}</td>
<td>{{ "Yes" if alias.enabled else "No" }}</td>
<td>{{ alias.created_at }}</td>
</tr>
{% endfor %}