Merge pull request #4084 from cchurch/hide-settings-based-on-licensed-features

Hide settings based on whether features are enabled in the license
This commit is contained in:
Chris Church
2016-11-22 14:50:47 -05:00
committed by GitHub
6 changed files with 63 additions and 7 deletions

View File

@@ -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(