显示证书创建人

This commit is contained in:
wzj 2025-06-15 09:21:44 +08:00
parent c2ca546955
commit fc3801f0f2
2 changed files with 2 additions and 0 deletions

0
README.md Normal file
View File

View File

@ -34,6 +34,7 @@
<th>CA机构</th> <th>CA机构</th>
<th>状态</th> <th>状态</th>
<th>有效期至</th> <th>有效期至</th>
<th>创建者</th>
<th>创建时间</th> <th>创建时间</th>
<th class="pe-4">操作</th> <th class="pe-4">操作</th>
</tr> </tr>
@ -67,6 +68,7 @@
{% endif %} {% endif %}
</td> </td>
<td>{{ cert.expires_at.strftime('%Y-%m-%d') }}</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>{{ cert.created_at.strftime('%Y-%m-%d') }}</td>
<td class="pe-4"> <td class="pe-4">
<div class="btn-group btn-group-sm"> <div class="btn-group btn-group-sm">