mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
Removed urls declaration - this bug was fixed upstream
This commit is contained in:
parent
d1e6a3323d
commit
4eeea9ab0d
@ -161,8 +161,6 @@ function adhocController($q, $scope, $rootScope, $location, $stateParams,
|
||||
privateFn.initializeFields(urls.machineCredentialUrl, urls.adhocUrl);
|
||||
};
|
||||
|
||||
var urls = privateFn.setAvailableUrls();
|
||||
|
||||
privateFn.initializeForm(id, urls, hostPattern);
|
||||
|
||||
$scope.formCancel = function(){
|
||||
|
Loading…
Reference in New Issue
Block a user