mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Fix tooltip documentation
This commit is contained in:
@@ -41,7 +41,6 @@ function MiscSystemDetail() {
|
||||
);
|
||||
data.DEFAULT_EXECUTION_ENVIRONMENT = name;
|
||||
}
|
||||
|
||||
const systemData = pluck(
|
||||
data,
|
||||
'ACTIVITY_STREAM_ENABLED',
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"type": "list",
|
||||
"required": true,
|
||||
"label": "Remote Host Headers",
|
||||
"help_text": "HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy. See the \"Proxy Support\" section of the Adminstrator guide for more details.",
|
||||
"help_text": "HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy. See the \"Proxy Support\" section of the AAP Installation guide for more details.",
|
||||
"category": "System",
|
||||
"category_slug": "system",
|
||||
"default": ["REMOTE_ADDR", "REMOTE_HOST"],
|
||||
|
||||
Reference in New Issue
Block a user