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