mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Dashboard
Fixed js lint issue
This commit is contained in:
parent
8477cb150e
commit
a34563eef3
@ -50,8 +50,6 @@ angular.module('JobsHelper', ['Utilities', 'RestServices', 'FormGenerator', 'Job
|
||||
list = scope.jobs;
|
||||
}
|
||||
job = Find({ list: list, key: 'id', val: id });
|
||||
console.log('found job:');
|
||||
console.log(job);
|
||||
if (job.type === 'inventory_update') {
|
||||
typeId = job.inventory_source;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user