Browse Source

Reversed the order of connlog dorpdown

tobychui 4 years ago
parent
commit
08e0628550
1 changed files with 1 additions and 1 deletions
  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 {
 	if err != nil {
 		log.Println(err)
 		log.Println(err)
 	}
 	}
-	return timei.Unix() < timej.Unix()
+	return timei.Unix() > timej.Unix()
 }
 }
 
 
 //Handle of listing of the logger index (months)
 //Handle of listing of the logger index (months)