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