diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 1c30bed4d7..3af813dd8c 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -532,10 +532,6 @@ var tower = angular.module('Tower', [ } }). - // state('/inventories/:inventory_id/job_templates/', { - // redirectTo: '/inventories/:inventory_id' - // }). - // state('inventoryJobTemplateEdit', { url: '/inventories/:inventory_id/job_templates/:template_id', templateUrl: urlPrefix + 'partials/job_templates.html',