From 1881c26ac46cbe7f86774373eb5b47a5000c78d4 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 16 Sep 2024 14:12:23 -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 f5cac52e70..4885e3e0a3 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -869,6 +869,7 @@ register( allow_null=True, category=_('System'), category_slug='system', + hidden=True, ) register( @@ -878,6 +879,7 @@ register( allow_null=True, category=_('System'), category_slug='system', + hidden=True, ) register(