From 011733ad06daa6e5bcb5bca18d485db99430625c Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Tue, 10 Sep 2024 04:17:40 -0400 Subject: [PATCH] Hide AUTOMATION_ANALYTICS_LAST_GATHER (#15497) Not user configurable --- awx/main/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/conf.py b/awx/main/conf.py index b8a6b79d59..f5cac52e70 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -777,6 +777,7 @@ register( category=_('System'), category_slug='system', required=False, + hidden=True, ) register( 'AUTOMATION_ANALYTICS_LAST_ENTRIES',