mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
Add support for hiding settings based on whether features are enabled in the license.
This commit is contained in:
@@ -78,6 +78,9 @@ register(
|
||||
# the other settings change, the cached value for this setting will be
|
||||
# cleared to require it to be recomputed.
|
||||
depends_on=['ANSIBLE_COW_SELECTION'],
|
||||
# Optional; licensed feature required to be able to view or modify this
|
||||
# setting.
|
||||
feature_required='rebranding',
|
||||
)
|
||||
|
||||
register(
|
||||
|
||||
Reference in New Issue
Block a user