mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
reintroduce ng-non-bindable directive to output lines
This commit is contained in:
@@ -200,7 +200,7 @@ function JobRenderService ($q, $sce, $window) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (current.isHost) {
|
if (current.isHost) {
|
||||||
tdEvent = `<div class="at-Stdout-event--host" ng-click="vm.showHostDetails('${current.id}', '${current.uuid}')">${content}</div>`;
|
tdEvent = `<div class="at-Stdout-event--host" ng-click="vm.showHostDetails('${current.id}', '${current.uuid}')"><span ng-non-bindable>${content}</span></div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (current.time && current.line === ln) {
|
if (current.time && current.line === ln) {
|
||||||
@@ -220,7 +220,7 @@ function JobRenderService ($q, $sce, $window) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!tdEvent) {
|
if (!tdEvent) {
|
||||||
tdEvent = `<div class="at-Stdout-event">${content}</div>`;
|
tdEvent = `<div class="at-Stdout-event"><span ng-non-bindable>${content}</span></div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!tdToggle) {
|
if (!tdToggle) {
|
||||||
|
|||||||
Reference in New Issue
Block a user