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:
softwarefactory-project-zuul[bot]
2019-08-29 14:05:45 +00:00
committed by GitHub
2 changed files with 51 additions and 0 deletions

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