From cc2b18ba80642f78b5e27387b12f6186c055948f Mon Sep 17 00:00:00 2001 From: wzj <244142824@qq.com> Date: Sun, 15 Jun 2025 09:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=AF=81=E4=B9=A6=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/ca_detail.html | 2 ++ 1 file changed, 2 insertions(+) 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') }}