소스 검색

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)