Klijenti: smanji prikaz na 50 po stranici

This commit is contained in:
2026-06-20 22:52:43 +02:00
parent 830c51e95e
commit b4d15f2df2
+1 -1
View File
@@ -51,7 +51,7 @@ func (h *Handler) Klijenti(w http.ResponseWriter, r *http.Request) {
tipFilter = ""
}
const pageSize = 100
const pageSize = 50
stranicaBr := 1
if p := r.URL.Query().Get("stranica"); p != "" {
if v, err := strconv.Atoi(p); err == nil && v > 0 {