mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Addressed jshint errors
This commit is contained in:
parent
f0ff578923
commit
bee7148c61
@ -10,16 +10,10 @@
|
||||
* @description This controller's for the jobs page
|
||||
*/
|
||||
|
||||
export default ['$state', '$rootScope', '$scope', '$stateParams',
|
||||
'Find', 'DeleteJob',
|
||||
export default ['$state', '$rootScope', '$scope', '$stateParams', 'Find', 'DeleteJob',
|
||||
'GetBasePath', 'Dataset', 'QuerySet', 'ListDefinition', '$interpolate',
|
||||
'WorkflowJobModel', 'ProjectModel', 'Alert', 'InventorySourceModel',
|
||||
'AdHocCommandModel', 'JobModel',
|
||||
function($state, $rootScope, $scope, $stateParams,
|
||||
Find, DeleteJob,
|
||||
GetBasePath, Dataset, qs, ListDefinition, $interpolate,
|
||||
WorkflowJob, Project, Alert, InventorySource,
|
||||
AdHocCommand, Job) {
|
||||
function($state, $rootScope, $scope, $stateParams, Find, DeleteJob,
|
||||
GetBasePath, Dataset, qs, ListDefinition, $interpolate) {
|
||||
|
||||
var list = ListDefinition;
|
||||
|
||||
|
@ -41,7 +41,6 @@ export default
|
||||
let defaultUrl = GetBasePath('job_templates'),
|
||||
generator = GenerateForm,
|
||||
form = JobTemplateForm(),
|
||||
base = $location.path().replace(/^\//, '').split('/')[0],
|
||||
master = {},
|
||||
id = $stateParams.job_template_id,
|
||||
callback,
|
||||
|
Loading…
Reference in New Issue
Block a user