From 7443487b00489f5a62f5ab08de4455c814c99f9a Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Thu, 17 Mar 2016 09:18:01 -0400 Subject: [PATCH] Removed unused routes --- awx/ui/client/src/app.js | 55 ---------------------------------------- 1 file changed, 55 deletions(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index a64b8c9d62..02b607014e 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -432,61 +432,6 @@ var tower = angular.module('Tower', [ } }). - // state('organizations', { - // url: '/organizations', - // templateUrl: urlPrefix + 'partials/organizations.html', - // controller: OrganizationsList, - // data: { - // activityStream: true, - // activityStreamTarget: 'organization' - // }, - // ncyBreadcrumb: { - // parent: function($scope) { - // $scope.$parent.$emit("ReloadOrgListView"); - // return "setup"; - // }, - // label: "ORGANIZATIONS" - // }, - // resolve: { - // features: ['FeaturesService', function(FeaturesService) { - // return FeaturesService.get(); - // }] - // } - // }). - - // state('organizations.add', { - // url: '/add', - // templateUrl: urlPrefix + 'partials/organizations.crud.html', - // controller: OrganizationsAdd, - // ncyBreadcrumb: { - // parent: "organizations", - // label: "CREATE ORGANIZATION" - // }, - // resolve: { - // features: ['FeaturesService', function(FeaturesService) { - // return FeaturesService.get(); - // }] - // } - // }). - // - // state('organizations.edit', { - // url: '/:organization_id', - // templateUrl: urlPrefix + 'partials/organizations.crud.html', - // controller: OrganizationsEdit, - // data: { - // activityStreamId: 'organization_id' - // }, - // ncyBreadcrumb: { - // parent: "organizations", - // label: "{{name}}" - // }, - // resolve: { - // features: ['FeaturesService', function(FeaturesService) { - // return FeaturesService.get(); - // }] - // } - // }). - state('organizationAdmins', { url: '/organizations/:organization_id/admins', templateUrl: urlPrefix + 'partials/organizations.html',