mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Add support for hiding settings based on whether features are enabled in the license.
This commit is contained in:
@@ -18,6 +18,7 @@ register(
|
||||
help_text=_('Enable capturing activity for the Tower activity stream.'),
|
||||
category=_('System'),
|
||||
category_slug='system',
|
||||
feature_required='activity_streams',
|
||||
)
|
||||
|
||||
register(
|
||||
@@ -27,6 +28,7 @@ register(
|
||||
help_text=_('Enable capturing activity for the Tower activity stream when running inventory sync.'),
|
||||
category=_('System'),
|
||||
category_slug='system',
|
||||
feature_required='activity_streams',
|
||||
)
|
||||
|
||||
register(
|
||||
|
||||
Reference in New Issue
Block a user