mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Rename Automation Insights to Automation Analytics.
Fix user-facing code, don't worry about settings names.
This commit is contained in:
@@ -350,8 +350,8 @@ register(
|
|||||||
'INSIGHTS_TRACKING_STATE',
|
'INSIGHTS_TRACKING_STATE',
|
||||||
field_class=fields.BooleanField,
|
field_class=fields.BooleanField,
|
||||||
default=False,
|
default=False,
|
||||||
label=_('Gather data for Automation Insights'),
|
label=_('Gather data for Automation Analytics'),
|
||||||
help_text=_('Enables Tower to gather data on automation and send it to Red Hat Insights.'),
|
help_text=_('Enables Tower to gather data on automation and send it to Red Hat.'),
|
||||||
category=_('System'),
|
category=_('System'),
|
||||||
category_slug='system',
|
category_slug='system',
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -190,7 +190,7 @@
|
|||||||
<div class="License-analyticsCheckbox checkbox">
|
<div class="License-analyticsCheckbox checkbox">
|
||||||
<label class="License-details--label">
|
<label class="License-details--label">
|
||||||
<input id="license-insights" type="checkbox" ng-model="newLicense.insights" ng-disabled="!user_is_superuser">
|
<input id="license-insights" type="checkbox" ng-model="newLicense.insights" ng-disabled="!user_is_superuser">
|
||||||
<span class="License-checkboxLabel" translate><b>Automation analytics</b>: This data is used to enhance future releases of the Tower Software and to provide Automation Insights to Tower subscribers.</span>
|
<span class="License-checkboxLabel" translate><b>Automation analytics</b>: This data is used to enhance future releases of the Tower Software and to provide Automation Analytics to Tower subscribers.</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user