diff --git a/awx/ui/static/js/helpers/EventViewer.js b/awx/ui/static/js/helpers/EventViewer.js index e05688af0d..e2902f16cc 100644 --- a/awx/ui/static/js/helpers/EventViewer.js +++ b/awx/ui/static/js/helpers/EventViewer.js @@ -146,7 +146,6 @@ angular.module('EventViewerHelper', ['ModalDialog', 'Utilities', 'EventsViewerFo scope.removeEventReady = scope.$on('EventReady', function(e, data) { var btns; scope.events = data; - // find and show the selected event data.every(function(row, idx) { if (parseInt(row.id,10) === parseInt(event_id,10)) { @@ -412,7 +411,7 @@ angular.module('EventViewerHelper', ['ModalDialog', 'Utilities', 'EventsViewerFo ">" + obj[key] + ""; } else { - html += obj[key]; + html += "" + obj[key] + ""; } html += "\n"; @@ -454,7 +453,7 @@ angular.module('EventViewerHelper', ['ModalDialog', 'Utilities', 'EventsViewerFo fld_id = params.fld_id, html; html = "
" + val + "\n"; + html = "
" + val + "\n"; $('#' + id).empty().html(html); }; }]); diff --git a/awx/ui/static/js/helpers/LogViewer.js b/awx/ui/static/js/helpers/LogViewer.js index 1c42349301..36222cad18 100644 --- a/awx/ui/static/js/helpers/LogViewer.js +++ b/awx/ui/static/js/helpers/LogViewer.js @@ -346,7 +346,7 @@ angular.module('LogViewerHelper', ['ModalDialog', 'Utilities', 'FormGenerator', fld_id = params.fld_id, html; html = "
" + val + "\n"; + html = "
" + val + "\n"; $('#' + id).empty().html(html); }; }]) @@ -370,7 +370,7 @@ angular.module('LogViewerHelper', ['ModalDialog', 'Utilities', 'FormGenerator', html = "
| " + key + " | " + - "" + vars[key] + " | " + vars[key] + " | \n"; } html += "