config for logs and filters
This commit is contained in:
@@ -23,6 +23,7 @@ def operation_logs_list():
|
||||
offset=int(request.args.get("offset") or 0),
|
||||
event_type=str(request.args.get("type") or "").strip(),
|
||||
q=str(request.args.get("q") or "").strip(),
|
||||
hide_jobs=str(request.args.get("hide_jobs") or "").lower() in {"1", "true", "yes", "on"},
|
||||
)
|
||||
data["stats"] = operation_logs.stats(int(profile["id"]))
|
||||
data["settings"] = data["stats"].get("settings")
|
||||
|
||||
Reference in New Issue
Block a user