mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
-console.log
This commit is contained in:
parent
c93039c0cc
commit
44ff9a02bc
@ -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 : '';
|
||||
|
Loading…
Reference in New Issue
Block a user