显示证书创建人

This commit is contained in:
wzj 2025-06-15 09:23:42 +08:00
parent fc3801f0f2
commit cc2b18ba80

View File

@ -138,6 +138,7 @@
<th>通用名</th>
<th>状态</th>
<th>有效期至</th>
<th>创建者</th>
<th>创建时间</th>
<th class="pe-4">操作</th>
</tr>
@ -167,6 +168,7 @@
{% endif %}
</td>
<td>{{ cert.expires_at.strftime('%Y-%m-%d') }}</td>
<td>{{ get_username(cert.created_by) }}</td>
<td>{{ cert.created_at.strftime('%Y-%m-%d') }}</td>
<td class="pe-4">
<div class="btn-group btn-group-sm">