mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Adds NgNonBindable directive to stdout lines
in order to prevent stdout code from running angular snippets
This commit is contained in:
parent
e4ffdeb0b5
commit
6f1774f1b1
@ -169,7 +169,7 @@ function JobRenderService ($q, $sce, $window) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (current.isHost) {
|
if (current.isHost) {
|
||||||
tdEvent = `<td class="at-Stdout-event--host" ui-sref="jobz.host-event.json({eventId: ${current.id}, taskUuid: '${current.uuid}' })">${content}</td>`;
|
tdEvent = `<td class="at-Stdout-event--host" ui-sref="jobz.host-event.json({eventId: ${current.id}, taskUuid: '${current.uuid}' })"><span ng-non-bindable>${content}</span></td>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (current.time && current.line === ln) {
|
if (current.time && current.line === ln) {
|
||||||
|
Loading…
Reference in New Issue
Block a user