mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Fixed jshint error
This commit is contained in:
@@ -29,7 +29,7 @@ angular.module('HostEventsViewerHelper', ['ModalDialog', 'Utilities', 'EventView
|
|||||||
{ value: "failed", name: "Failed" },
|
{ value: "failed", name: "Failed" },
|
||||||
{ value: "ok", name: "OK" },
|
{ value: "ok", name: "OK" },
|
||||||
{ value: "unreachable", name: "Unreachable" }
|
{ value: "unreachable", name: "Unreachable" }
|
||||||
];
|
];
|
||||||
scope.host_events_search_name = params.name;
|
scope.host_events_search_name = params.name;
|
||||||
status = (params.status) ? params.status : 'all';
|
status = (params.status) ? params.status : 'all';
|
||||||
scope.host_events_status_options.every(function(opt, idx) {
|
scope.host_events_status_options.every(function(opt, idx) {
|
||||||
|
|||||||
Reference in New Issue
Block a user