mirror of https://github.com/1Panel-dev/1Panel
fix: 面板操作日志显示优化 (#1454)
parent
11a58fde91
commit
d44231a0ff
|
@ -118,8 +118,8 @@ func OperationLog() gin.HandlerFunc {
|
|||
}
|
||||
}
|
||||
}
|
||||
record.DetailEN = operationDic.FormatEN
|
||||
record.DetailZH = operationDic.FormatZH
|
||||
record.DetailEN = strings.ReplaceAll(operationDic.FormatEN, "[]", "")
|
||||
record.DetailZH = strings.ReplaceAll(operationDic.FormatZH, "[]", "")
|
||||
|
||||
writer := responseBodyWriter{
|
||||
ResponseWriter: c.Writer,
|
||||
|
|
Loading…
Reference in New Issue