1
0
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:
Michael Abashian 2016-05-17 15:55:43 -04:00
parent d1e6a3323d
commit 4eeea9ab0d

View File

@ -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(){