mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
add ui fields to configure tower in tower for automation analytics fields
This commit is contained in:
parent
1a78c16adf
commit
56c6944049
@ -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',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user