显示证书创建人
This commit is contained in:
parent
c2ca546955
commit
fc3801f0f2
@ -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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user