mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
parent
03bdf0b1aa
commit
b053780326
@ -23,7 +23,6 @@ function adhocController($q, $scope, $rootScope, $location, $stateParams,
|
||||
this.privateFn = privateFn;
|
||||
|
||||
var id = $stateParams.inventory_id,
|
||||
urls = privateFn.setAvailableUrls(),
|
||||
hostPattern = $rootScope.hostPatterns || "all";
|
||||
|
||||
// note: put any urls that the controller will use in here!!!!
|
||||
@ -35,6 +34,8 @@ function adhocController($q, $scope, $rootScope, $location, $stateParams,
|
||||
};
|
||||
};
|
||||
|
||||
var urls = privateFn.setAvailableUrls();
|
||||
|
||||
// set the default options for the selects of the adhoc form
|
||||
privateFn.setFieldDefaults = function(verbosity_options, forks_default) {
|
||||
var verbosity;
|
||||
|
Loading…
Reference in New Issue
Block a user