mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Fix bug where filtering failed tasks was throwing JS error
This commit is contained in:
parent
18bc32d248
commit
5141fc6e6a
@ -841,7 +841,7 @@ export default
|
||||
};
|
||||
|
||||
scope.searchTasks = function() {
|
||||
var params;
|
||||
var params = {};
|
||||
if (scope.search_task_name) {
|
||||
scope.searchTasksEnabled = false;
|
||||
}
|
||||
@ -866,7 +866,7 @@ export default
|
||||
};
|
||||
|
||||
scope.searchHosts = function() {
|
||||
var params;
|
||||
var params = {};
|
||||
if (scope.search_host_name) {
|
||||
scope.searchHostsEnabled = false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user