From a25f9eba45f2fa212695f02d7635979b2610f1c0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 Jan 2021 12:39:37 +0100 Subject: [PATCH] Move filterlist settings to separate category --- profile/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/config.go b/profile/config.go index ac95d419..21b52f79 100644 --- a/profile/config.go +++ b/profile/config.go @@ -278,7 +278,7 @@ The lists are automatically updated every hour using incremental updates. Annotations: config.Annotations{ config.DisplayHintAnnotation: "filter list", config.DisplayOrderAnnotation: cfgOptionFilterListsOrder, - config.CategoryAnnotation: "Rules", + config.CategoryAnnotation: "Filter Lists", }, ValidationRegex: `^[a-zA-Z0-9\-]+$`, }) @@ -320,7 +320,7 @@ The lists are automatically updated every hour using incremental updates. Annotations: config.Annotations{ config.DisplayHintAnnotation: status.DisplayHintSecurityLevel, config.DisplayOrderAnnotation: cfgOptionFilterSubDomainsOrder, - config.CategoryAnnotation: "Rules", + config.CategoryAnnotation: "Filter Lists", }, }) if err != nil {