diff --git a/apps/home/static/home/js/tabs/filters.js b/apps/home/static/home/js/tabs/filters.js index 9073601..c8989d0 100644 --- a/apps/home/static/home/js/tabs/filters.js +++ b/apps/home/static/home/js/tabs/filters.js @@ -40,7 +40,8 @@ function initFiltersModule() { }, { title: "Type", - data: "is_whitelist" + data: "is_whitelist", + render: data => data ? "Only Allow" : "Reject All" } ] )