mirror of
https://github.com/ansible/awx.git
synced 2026-09-17 01:10:09 -02:30
Update branding to match guidelines
This commit is contained in:
+7
-3
@@ -86,17 +86,21 @@ describe('<MiscSystemDetail />', () => {
|
||||
assertDetail(wrapper, 'Authorization Code Expiration', '2 seconds');
|
||||
assertDetail(
|
||||
wrapper,
|
||||
'Insights for Ansible Gather Interval',
|
||||
'Insights for Ansible Automation Platform Gather Interval',
|
||||
'14400 seconds'
|
||||
);
|
||||
assertDetail(
|
||||
wrapper,
|
||||
'Insights for Ansible upload URL',
|
||||
'Insights for Ansible Automation Platform upload URL',
|
||||
'https://example.com'
|
||||
);
|
||||
assertDetail(wrapper, 'Base URL of the service', 'https://towerhost');
|
||||
assertDetail(wrapper, 'Enable HTTP Basic Auth', 'On');
|
||||
assertDetail(wrapper, 'Gather data for Insights for Ansible', 'Off');
|
||||
assertDetail(
|
||||
wrapper,
|
||||
'Gather data for Insights for Ansible Automation Platform',
|
||||
'Off'
|
||||
);
|
||||
assertDetail(wrapper, 'Idle Time Force Log Out', '30000000000 seconds');
|
||||
assertDetail(
|
||||
wrapper,
|
||||
|
||||
@@ -79,12 +79,12 @@ function AnalyticsStep() {
|
||||
<CheckboxField
|
||||
name="insights"
|
||||
isDisabled={!config.me.is_superuser}
|
||||
aria-label={t`Insights for Ansible`}
|
||||
label={t`Insights for Ansible`}
|
||||
aria-label={t`Insights for Ansible Automation Platform`}
|
||||
label={t`Insights for Ansible Automation Platform`}
|
||||
id="insights-field"
|
||||
description={t`This data is used to enhance
|
||||
future releases of the Software and to provide
|
||||
Red Hat Insights for Ansible.`}
|
||||
Insights for Ansible Automation Platform.`}
|
||||
/>
|
||||
</FormGroup>
|
||||
{requireCredentialFields && (
|
||||
@@ -93,7 +93,7 @@ function AnalyticsStep() {
|
||||
<p>
|
||||
<Trans>
|
||||
Provide your Red Hat or Red Hat Satellite credentials to enable
|
||||
Insights for Ansible.
|
||||
Insights for Ansible Automation Platform.
|
||||
</Trans>
|
||||
</p>
|
||||
<FormField
|
||||
@@ -119,7 +119,7 @@ function AnalyticsStep() {
|
||||
<img
|
||||
width="300"
|
||||
src="/static/media/insights-analytics-dashboard.jpeg"
|
||||
alt={t`Insights for Ansible dashboard`}
|
||||
alt={t`Insights for Ansible Automation Platform dashboard`}
|
||||
/>
|
||||
<Button
|
||||
component="a"
|
||||
@@ -128,7 +128,9 @@ function AnalyticsStep() {
|
||||
variant="secondary"
|
||||
ouiaId="analytics-link"
|
||||
>
|
||||
<Trans>Learn more about Insights for Ansible</Trans>
|
||||
<Trans>
|
||||
Learn more about Insights for Ansible Automation Platform
|
||||
</Trans>
|
||||
</Button>
|
||||
</Flex>
|
||||
</Flex>
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"REDHAT_USERNAME": {
|
||||
"type": "string",
|
||||
"label": "Red Hat customer username",
|
||||
"help_text": "This username is used to send data to Insights for Ansible",
|
||||
"help_text": "This username is used to send data to Insights for Ansible Automation Platform",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"defined_in_file": false
|
||||
@@ -86,7 +86,7 @@
|
||||
"REDHAT_PASSWORD": {
|
||||
"type": "string",
|
||||
"label": "Red Hat customer password",
|
||||
"help_text": "This password is used to send data to Insights for Ansible",
|
||||
"help_text": "This password is used to send data to Insights for Ansible Automation Platform",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"defined_in_file": false
|
||||
@@ -109,8 +109,8 @@
|
||||
},
|
||||
"AUTOMATION_ANALYTICS_URL": {
|
||||
"type": "string",
|
||||
"label": "Insights for Ansible upload URL",
|
||||
"help_text": "This setting is used to to configure data collection for the Insights for Ansible dashboard",
|
||||
"label": "Insights for Ansible Automation Platform upload URL",
|
||||
"help_text": "This setting is used to to configure data collection for the Insights for Ansible Automation Platform dashboard",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"defined_in_file": false
|
||||
@@ -198,7 +198,7 @@
|
||||
},
|
||||
"INSIGHTS_TRACKING_STATE": {
|
||||
"type": "boolean",
|
||||
"label": "Gather data for Insights for Ansible",
|
||||
"label": "Gather data for Insights for Ansible Automation Platform",
|
||||
"help_text": "Enables gathering of data on automation for Red Hat Insights.",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
@@ -527,14 +527,14 @@
|
||||
},
|
||||
"AUTOMATION_ANALYTICS_LAST_GATHER": {
|
||||
"type": "datetime",
|
||||
"label": "Last gather date for Insights for Ansible.",
|
||||
"label": "Last gather date for Insights for Ansible Automation Platform.",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"defined_in_file": false
|
||||
},
|
||||
"AUTOMATION_ANALYTICS_GATHER_INTERVAL": {
|
||||
"type": "integer",
|
||||
"label": "Insights for Ansible Gather Interval",
|
||||
"label": "Insights for Ansible Automation Platform Gather Interval",
|
||||
"help_text": "Interval (in seconds) between data gathering.",
|
||||
"min_value": 1800,
|
||||
"category": "System",
|
||||
@@ -2941,7 +2941,7 @@
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"label": "Red Hat customer username",
|
||||
"help_text": "This username is used to send data to Insights for Ansible",
|
||||
"help_text": "This username is used to send data to Insights for Ansible Automation Platform",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"default": ""
|
||||
@@ -2950,7 +2950,7 @@
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"label": "Red Hat customer password",
|
||||
"help_text": "This password is used to send data to Insights for Ansible",
|
||||
"help_text": "This password is used to send data to Insights for Ansible Automation Platform",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"default": ""
|
||||
@@ -2976,8 +2976,8 @@
|
||||
"AUTOMATION_ANALYTICS_URL": {
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"label": "Insights for Ansible upload URL",
|
||||
"help_text": "This setting is used to to configure data collection for the Insights for Ansible dashboard",
|
||||
"label": "Insights for Ansible Automation Platform upload URL",
|
||||
"help_text": "This setting is used to to configure data collection for the Insights for Ansible Automation Platform dashboard",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"default": "https://example.com"
|
||||
@@ -3096,7 +3096,7 @@
|
||||
"INSIGHTS_TRACKING_STATE": {
|
||||
"type": "boolean",
|
||||
"required": false,
|
||||
"label": "Gather data for Insights for Ansible",
|
||||
"label": "Gather data for Insights for Ansible Automation Platform",
|
||||
"help_text": "Enables the service to gather data on automation for Red Hat Insights.",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
@@ -3465,7 +3465,7 @@
|
||||
"AUTOMATION_ANALYTICS_LAST_GATHER": {
|
||||
"type": "datetime",
|
||||
"required": true,
|
||||
"label": "Last gather date for Insights for Ansible.",
|
||||
"label": "Last gather date for Insights for Ansible Automation Platform.",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"default": null
|
||||
@@ -3473,7 +3473,7 @@
|
||||
"AUTOMATION_ANALYTICS_GATHER_INTERVAL": {
|
||||
"type": "integer",
|
||||
"required": false,
|
||||
"label": "Insights for Ansible Gather Interval",
|
||||
"label": "Insights for Ansible Automation Platform Gather Interval",
|
||||
"help_text": "Interval (in seconds) between data gathering.",
|
||||
"min_value": 1800,
|
||||
"category": "System",
|
||||
|
||||
Reference in New Issue
Block a user