mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -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', {
|
when('/license', {
|
||||||
name: 'license',
|
name: 'license',
|
||||||
templateUrl: urlPrefix + 'partials/license.html',
|
templateUrl: urlPrefix + 'partials/license.html',
|
||||||
|
|||||||
@@ -76,9 +76,9 @@ export default
|
|||||||
}])
|
}])
|
||||||
|
|
||||||
.factory('EditSchedule', ['SchedulerInit', 'ShowSchedulerModal', 'Wait',
|
.factory('EditSchedule', ['SchedulerInit', 'ShowSchedulerModal', 'Wait',
|
||||||
'Rest', 'ProcessErrors', 'GetBasePath', 'SchedulePost', 'Empty', '$routeParams',
|
'Rest', 'ProcessErrors', 'GetBasePath', 'SchedulePost',
|
||||||
function(SchedulerInit, ShowSchedulerModal, Wait, Rest, ProcessErrors,
|
function(SchedulerInit, ShowSchedulerModal, Wait, Rest, ProcessErrors,
|
||||||
GetBasePath, SchedulePost, Empty, $routeParams) {
|
GetBasePath, SchedulePost) {
|
||||||
return function(params) {
|
return function(params) {
|
||||||
var scope = params.scope,
|
var scope = params.scope,
|
||||||
id = params.id,
|
id = params.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user