diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-22 13:56:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 13:56:45 +0200 |
commit | 94f500e0091bc438c306ee76454c5395d223fe30 (patch) | |
tree | 524b75969a1455f6410c5c6d14ccc9979e871c1b /server/sonar-web/src/main/js/app/utils/startReactApp.js | |
parent | 93044147ce1178f75054ed27eb520c3ec8fb30dc (diff) | |
download | sonarqube-94f500e0091bc438c306ee76454c5395d223fe30.tar.gz sonarqube-94f500e0091bc438c306ee76454c5395d223fe30.zip |
apply branches feedback (#2535)
Diffstat (limited to 'server/sonar-web/src/main/js/app/utils/startReactApp.js')
-rw-r--r-- | server/sonar-web/src/main/js/app/utils/startReactApp.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/utils/startReactApp.js b/server/sonar-web/src/main/js/app/utils/startReactApp.js index b6577565efd..1b8f7f606c3 100644 --- a/server/sonar-web/src/main/js/app/utils/startReactApp.js +++ b/server/sonar-web/src/main/js/app/utils/startReactApp.js @@ -55,7 +55,6 @@ import permissionTemplatesRoutes from '../../apps/permission-templates/routes'; import portfolioRoutes from '../../apps/portfolio/routes'; import projectActivityRoutes from '../../apps/projectActivity/routes'; import projectAdminRoutes from '../../apps/project-admin/routes'; -import projectBranchesRoutes from '../../apps/projectBranches/routes'; import projectQualityGateRoutes from '../../apps/projectQualityGate/routes'; import projectQualityProfilesRoutes from '../../apps/projectQualityProfiles/routes'; import projectsRoutes from '../../apps/projects/routes'; @@ -207,7 +206,6 @@ const startReactApp = () => { component={ProjectAdminPageExtension} /> <Route path="project/background_tasks" childRoutes={backgroundTasksRoutes} /> - <Route path="project/branches" childRoutes={projectBranchesRoutes} /> <Route path="project/settings" childRoutes={settingsRoutes} /> <Route path="project_roles" childRoutes={projectPermissionsRoutes} /> </Route> |