You've already forked caddy-opnsense-blocker
Adopt Tabulator for the requests log
This commit is contained in:
@@ -286,9 +286,12 @@ type Overview struct {
|
||||
}
|
||||
|
||||
type EventPage struct {
|
||||
Items []Event `json:"items"`
|
||||
Page int `json:"page"`
|
||||
Limit int `json:"limit"`
|
||||
HasPrev bool `json:"has_prev"`
|
||||
HasNext bool `json:"has_next"`
|
||||
Items []Event `json:"items"`
|
||||
Data []Event `json:"data"`
|
||||
Page int `json:"page"`
|
||||
Limit int `json:"limit"`
|
||||
HasPrev bool `json:"has_prev"`
|
||||
HasNext bool `json:"has_next"`
|
||||
LastPage int `json:"last_page"`
|
||||
TotalItems int64 `json:"total_items"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user