diff --git a/templates/index.html b/templates/index.html index 99f98eb..206daab 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1337,7 +1337,7 @@ const statusText = log.status === "success" ? "成功" : (log.status === "failed" ? "失败" : "进行中"); html += "
" + "
" + - "" + (log.created_at || "") + "" + + "" + (log.created_at || "") + "" + "" + statusText + "" + "
" + "
" +