From b62d0ff8e6c8c7ec9d61c0942f9eb4780f9ce69a Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 16 Sep 2024 13:46:38 -0400 Subject: [PATCH] Make analytics job ts settings hidden * There isn't a great reason to allow the UI to edit these meta-data fields that denote the last time an analytics job ran. * The only reason I hesitate to mark them uneditable in the API is that they are useful to change in order to influence when the jobs run. Mostly for debug purposes or 1-off. --- awx/main/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/main/conf.py b/awx/main/conf.py index b134c6ac99..b1bd2d89ec 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -879,6 +879,7 @@ register( allow_null=True, category=_('System'), category_slug='system', + hidden=True, ) register( @@ -888,6 +889,7 @@ register( allow_null=True, category=_('System'), category_slug='system', + hidden=True, ) register(