diff --git a/awx/ui/static/js/helpers/HostEventsViewer.js b/awx/ui/static/js/helpers/HostEventsViewer.js index 26e5df7f60..cd5a390964 100644 --- a/awx/ui/static/js/helpers/HostEventsViewer.js +++ b/awx/ui/static/js/helpers/HostEventsViewer.js @@ -29,7 +29,7 @@ angular.module('HostEventsViewerHelper', ['ModalDialog', 'Utilities', 'EventView { value: "failed", name: "Failed" }, { value: "ok", name: "OK" }, { value: "unreachable", name: "Unreachable" } - ]; + ]; scope.host_events_search_name = params.name; status = (params.status) ? params.status : 'all'; scope.host_events_status_options.every(function(opt, idx) {