mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
fixed
This commit is contained in:
parent
15480a56db
commit
379979511b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user