mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
word wrap large callback key in alert modal
This commit is contained in:
parent
1e5eab63df
commit
806e6d143f
@ -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>
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user