Explorar el Código

Reversed the order of connlog dorpdown

tobychui hace 4 años
padre
commit
08e0628550
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)