diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index bb6db4b189..2804ca7f09 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -898,18 +898,7 @@ var tower = angular.module('Tower', [ }] } }). - - // when('/inventory_scripts', { - // name: 'inventoryScriptsList', - // templateUrl: urlPrefix + 'partials/inventory_scripts.html', - // controller: InventoryScriptsList, - // resolve: { - // features: ['FeaturesService', function(FeaturesService) { - // return FeaturesService.get(); - // }] - // } - // }). - + when('/license', { name: 'license', templateUrl: urlPrefix + 'partials/license.html', diff --git a/awx/ui/client/src/helpers/Schedules.js b/awx/ui/client/src/helpers/Schedules.js index 72cebe1d6c..6c07823926 100644 --- a/awx/ui/client/src/helpers/Schedules.js +++ b/awx/ui/client/src/helpers/Schedules.js @@ -76,9 +76,9 @@ export default }]) .factory('EditSchedule', ['SchedulerInit', 'ShowSchedulerModal', 'Wait', - 'Rest', 'ProcessErrors', 'GetBasePath', 'SchedulePost', 'Empty', '$routeParams', + 'Rest', 'ProcessErrors', 'GetBasePath', 'SchedulePost', function(SchedulerInit, ShowSchedulerModal, Wait, Rest, ProcessErrors, - GetBasePath, SchedulePost, Empty, $routeParams) { + GetBasePath, SchedulePost) { return function(params) { var scope = params.scope, id = params.id,