IP filtering on request log table finished

This commit is contained in:
Fred KISSIE
2026-08-21 21:04:40 +02:00
parent 65e4fe91b9
commit 2c197fab9f
4 changed files with 34 additions and 28 deletions
@@ -344,6 +344,8 @@ export default function GeneralPage() {
}))}
label={t("ip")}
allowArbitraryValues
searchPlaceholder={t("ipFilterSearchPlaceholder")}
emptyMessage={t("ipFilterEmptyMessage")}
selectedValues={filters.ip ?? []}
onSelectedValuesChange={(value) =>
handleFilterChange("ip", value)