mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 16:28:05 -02:30
Merge pull request #4619 from rooftopcellist/cloud_rh_settings
Add Settings for license & automation analytics creds Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -61,6 +61,19 @@ export default ['i18n', function(i18n) {
|
||||
},
|
||||
INSIGHTS_TRACKING_STATE: {
|
||||
type: 'toggleSwitch'
|
||||
},
|
||||
REDHAT_USERNAME: {
|
||||
type: 'text',
|
||||
reset: 'REDHAT_USERNAME',
|
||||
},
|
||||
REDHAT_PASSWORD: {
|
||||
type: 'sensitive',
|
||||
hasShowInputButton: true,
|
||||
reset: 'REDHAT_PASSWORD',
|
||||
},
|
||||
AUTOMATION_ANALYTICS_URL: {
|
||||
type: 'text',
|
||||
reset: 'AUTOMATION_ANALYTICS_URL',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user