完善审计日志中文化:auth_service/script_service/sync_engine 全部 detail 改中文 + 前端新增 webssh_token/refresh_token_mismatch 等映射 + MCP deploy 修复
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1013,7 +1013,7 @@ async def retry_job(
|
||||
action="retry_job",
|
||||
target_type="retry",
|
||||
target_id=id,
|
||||
detail=f"Manual retry triggered for job #{id}",
|
||||
detail=f"手动重试任务 #{id}",
|
||||
ip_address=request.client.host if request.client else "",
|
||||
))
|
||||
|
||||
@@ -1040,7 +1040,7 @@ async def delete_retry_job(
|
||||
action="delete_retry",
|
||||
target_type="retry",
|
||||
target_id=id,
|
||||
detail=f"Retry job #{id} deleted",
|
||||
detail=f"删除重试任务 #{id}",
|
||||
ip_address=request.client.host if request.client else "",
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user