浏览代码

Reversed the order of connlog dorpdown

tobychui 4 年之前
父节点
当前提交
08e0628550
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mod/auth/authlogger/handlers.go

+ 1 - 1
mod/auth/authlogger/handlers.go

@@ -27,7 +27,7 @@ func (s summaryDate) Less(i, j int) bool {
 	if err != nil {
 		log.Println(err)
 	}
-	return timei.Unix() < timej.Unix()
+	return timei.Unix() > timej.Unix()
 }
 
 //Handle of listing of the logger index (months)