mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
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.
This commit is contained in:
committed by
Chris Meyers
parent
c33947af7f
commit
b62d0ff8e6
@@ -879,6 +879,7 @@ register(
|
|||||||
allow_null=True,
|
allow_null=True,
|
||||||
category=_('System'),
|
category=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
|
hidden=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
register(
|
register(
|
||||||
@@ -888,6 +889,7 @@ register(
|
|||||||
allow_null=True,
|
allow_null=True,
|
||||||
category=_('System'),
|
category=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
|
hidden=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
register(
|
register(
|
||||||
|
|||||||
Reference in New Issue
Block a user