Skip to content

Commit

Permalink
Make analytics job ts settings hidden
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
chrismeyersfsu committed Sep 18, 2024
1 parent 2fdb776 commit 1881c26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awx/main/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@
allow_null=True,
category=_('System'),
category_slug='system',
hidden=True,
)

register(
Expand All @@ -878,6 +879,7 @@
allow_null=True,
category=_('System'),
category_slug='system',
hidden=True,
)

register(
Expand Down

0 comments on commit 1881c26

Please sign in to comment.