mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
removing stale code
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user