diff --git a/templates/ca_detail.html b/templates/ca_detail.html index 7a3e01e..3d1959f 100644 --- a/templates/ca_detail.html +++ b/templates/ca_detail.html @@ -138,6 +138,7 @@ 通用名 状态 有效期至 + 创建者 创建时间 操作 @@ -167,6 +168,7 @@ {% endif %} {{ cert.expires_at.strftime('%Y-%m-%d') }} + {{ get_username(cert.created_by) }} {{ cert.created_at.strftime('%Y-%m-%d') }}