mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
@@ -67,7 +67,7 @@ function AddApplicationsController (models, $state, strings, $scope, Alert, $fil
|
|||||||
${strings.get('add.NAME_LABEL')}
|
${strings.get('add.NAME_LABEL')}
|
||||||
</div>
|
</div>
|
||||||
<div class="PopupModal-value">
|
<div class="PopupModal-value">
|
||||||
${res.data.name}
|
${$filter('sanitize')(res.data.name)}
|
||||||
</div>
|
</div>
|
||||||
</div>` : '';
|
</div>` : '';
|
||||||
const clientId = res.data.client_id ?
|
const clientId = res.data.client_id ?
|
||||||
@@ -90,7 +90,7 @@ function AddApplicationsController (models, $state, strings, $scope, Alert, $fil
|
|||||||
</div>` : '';
|
</div>` : '';
|
||||||
|
|
||||||
Alert(strings.get('add.MODAL_HEADER'), `
|
Alert(strings.get('add.MODAL_HEADER'), `
|
||||||
${$filter('sanitize')(name)}
|
${name}
|
||||||
${clientId}
|
${clientId}
|
||||||
${clientSecret}
|
${clientSecret}
|
||||||
`, null, null, null, null, null, true);
|
`, null, null, null, null, null, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user