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