add ui fields to configure tower in tower for automation analytics fields

This commit is contained in:
John Mitchell 2019-08-28 13:54:15 -04:00
parent 1a78c16adf
commit 56c6944049

View File

@ -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',
}
},