mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 16:29:17 +08:00
fix: 面板操作日志显示优化 (#1454)
This commit is contained in:
parent
11a58fde91
commit
d44231a0ff
@ -118,8 +118,8 @@ func OperationLog() gin.HandlerFunc {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
record.DetailEN = operationDic.FormatEN
|
record.DetailEN = strings.ReplaceAll(operationDic.FormatEN, "[]", "")
|
||||||
record.DetailZH = operationDic.FormatZH
|
record.DetailZH = strings.ReplaceAll(operationDic.FormatZH, "[]", "")
|
||||||
|
|
||||||
writer := responseBodyWriter{
|
writer := responseBodyWriter{
|
||||||
ResponseWriter: c.Writer,
|
ResponseWriter: c.Writer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user