word wrap large callback key in alert modal

This commit is contained in:
Chris Meyers 2017-01-10 09:15:46 -05:00
parent 1e5eab63df
commit 806e6d143f
2 changed files with 3 additions and 3 deletions

View File

@ -295,7 +295,7 @@
${data.related.callback}
</string>
</p>
<p>The host configuration key is:
<p class="break">The host configuration key is:
<strong>
${$filter('sanitize')(data.host_config_key)}
</string>

View File

@ -432,14 +432,14 @@ export default
${data.related.callback}
</string>
</p>
<p>The host configuration key is:
<p class="break">The host configuration key is:
<strong>
${$filter('sanitize')(data.host_config_key)}
</string>
</p>
</div>
`,
'alert-info', saveCompleted, null, null,
'alert-danger', saveCompleted, null, null,
null, true);
}
var orgDefer = $q.defer();