From 98335fce6094b4c2f91bd366b3cc85fbe51d7e5d Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 30 Sep 2024 14:09:29 +0100 Subject: [PATCH] render whitelist --- apps/home/static/home/js/tabs/filters.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } ] )