mispellings and reduce verticle space usage

This commit is contained in:
Chris Meyers
2017-01-10 17:03:42 -05:00
parent 806e6d143f
commit f2d2409c16
2 changed files with 24 additions and 29 deletions

View File

@@ -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}
</string> </strong>
</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)}
</string> </strong>
</p> </p>`,
</div>`,
'alert-danger', saveCompleted, null, null, 'alert-danger', saveCompleted, null, null,
null, true); null, true);
} }

View File

@@ -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>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}
</string> </strong>
</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)}
</string> </strong>
</p> </p>
</div>
`, `,
'alert-danger', saveCompleted, null, null, 'alert-danger', saveCompleted, null, null,
null, true); null, true);