1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00
This commit is contained in:
Haokun-Chen 2018-08-14 11:45:10 -04:00
parent 15480a56db
commit 379979511b
No known key found for this signature in database
GPG Key ID: B2AA94BEF6591515

View File

@ -67,7 +67,7 @@ function AddApplicationsController (models, $state, strings, $scope, Alert, $fil
${strings.get('add.NAME_LABEL')}
</div>
<div class="PopupModal-value">
${res.data.name}
${$filter('sanitize')(res.data.name)}
</div>
</div>` : '';
const clientId = res.data.client_id ?
@ -90,7 +90,7 @@ function AddApplicationsController (models, $state, strings, $scope, Alert, $fil
</div>` : '';
Alert(strings.get('add.MODAL_HEADER'), `
${$filter('sanitize')(name)}
${name}
${clientId}
${clientSecret}
`, null, null, null, null, null, true);