mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
mispellings and reduce verticle space usage
This commit is contained in:
@@ -287,20 +287,18 @@
|
|||||||
if (data.related &&
|
if (data.related &&
|
||||||
data.related.callback) {
|
data.related.callback) {
|
||||||
Alert('Callback URL',
|
Alert('Callback URL',
|
||||||
`<div>
|
`Host callbacks are enabled for this template. The callback URL is:
|
||||||
<p>Host callbacks are enabled for this template. The callback URL is:</p>
|
<p style=\"padding: 10px 0;\">
|
||||||
<p style=\"padding: 10px 0;\">
|
<strong>
|
||||||
<strong>
|
${$scope.callback_server_path}
|
||||||
${$scope.callback_server_path}
|
${data.related.callback}
|
||||||
${data.related.callback}
|
</strong>
|
||||||
</string>
|
</p>
|
||||||
</p>
|
<p class="break">The host configuration key is:
|
||||||
<p class="break">The host configuration key is:
|
<strong>
|
||||||
<strong>
|
${$filter('sanitize')(data.host_config_key)}
|
||||||
${$filter('sanitize')(data.host_config_key)}
|
</strong>
|
||||||
</string>
|
</p>`,
|
||||||
</p>
|
|
||||||
</div>`,
|
|
||||||
'alert-danger', saveCompleted, null, null,
|
'alert-danger', saveCompleted, null, null,
|
||||||
null, true);
|
null, true);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -423,21 +423,18 @@ export default
|
|||||||
if (data.related &&
|
if (data.related &&
|
||||||
data.related.callback) {
|
data.related.callback) {
|
||||||
Alert('Callback URL',
|
Alert('Callback URL',
|
||||||
`
|
`Host callbacks are enabled for this template. The callback URL is:
|
||||||
<div>
|
<p style=\"padding: 10px 0;\">
|
||||||
<p>Host callbacks are enabled for this template. The callback URL is:</p>
|
<strong>
|
||||||
<p style=\"padding: 10px 0;\">
|
${$scope.callback_server_path}
|
||||||
<strong>
|
${data.related.callback}
|
||||||
${$scope.callback_server_path}
|
</strong>
|
||||||
${data.related.callback}
|
</p>
|
||||||
</string>
|
<p class="break">The host configuration key is:
|
||||||
</p>
|
<strong>
|
||||||
<p class="break">The host configuration key is:
|
${$filter('sanitize')(data.host_config_key)}
|
||||||
<strong>
|
</strong>
|
||||||
${$filter('sanitize')(data.host_config_key)}
|
</p>
|
||||||
</string>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
`,
|
`,
|
||||||
'alert-danger', saveCompleted, null, null,
|
'alert-danger', saveCompleted, null, null,
|
||||||
null, true);
|
null, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user