mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
fix overflow on error modal for all things
related to #4508 * Removed one-off fix for callback url long host config key
This commit is contained in:
@@ -1677,6 +1677,7 @@ tr td button i {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
|
.break;
|
||||||
padding: 20px 14px 7px 14px;
|
padding: 20px 14px 7px 14px;
|
||||||
min-height: 120px;
|
min-height: 120px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -294,7 +294,7 @@
|
|||||||
${data.related.callback}
|
${data.related.callback}
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
<p class="break">The host configuration key is:
|
<p>The host configuration key is:
|
||||||
<strong>
|
<strong>
|
||||||
${$filter('sanitize')(data.host_config_key)}
|
${$filter('sanitize')(data.host_config_key)}
|
||||||
</strong>
|
</strong>
|
||||||
|
|||||||
@@ -430,7 +430,7 @@ export default
|
|||||||
${data.related.callback}
|
${data.related.callback}
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
<p class="break">The host configuration key is:
|
<p>The host configuration key is:
|
||||||
<strong>
|
<strong>
|
||||||
${$filter('sanitize')(data.host_config_key)}
|
${$filter('sanitize')(data.host_config_key)}
|
||||||
</strong>
|
</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user