mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Merge pull request #6512 from mabashian/6499-remote-host-headers
Added remote host headers to settings in the UI
This commit is contained in:
@@ -36,6 +36,10 @@ export default ['i18n', function(i18n) {
|
|||||||
},
|
},
|
||||||
AUTH_BASIC_ENABLED: {
|
AUTH_BASIC_ENABLED: {
|
||||||
type: 'toggleSwitch',
|
type: 'toggleSwitch',
|
||||||
|
},
|
||||||
|
REMOTE_HOST_HEADERS: {
|
||||||
|
type: 'textarea',
|
||||||
|
reset: 'REMOTE_HOST_HEADERS'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user