mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
-console.log
This commit is contained in:
@@ -784,7 +784,6 @@ export default
|
||||
url, play;
|
||||
|
||||
scope.tasks = [];
|
||||
console.log(scope)
|
||||
if (scope.selectedPlay) {
|
||||
url = scope.job.url + 'job_tasks/?event_id=' + scope.selectedPlay;
|
||||
url += (scope.search_task_name) ? '&task__icontains=' + scope.search_task_name : '';
|
||||
|
||||
Reference in New Issue
Block a user