Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2018-09-04 21:06:57 +0300
committerMartin Wortschack <mwortschack@gitlab.com>2018-09-04 21:06:57 +0300
commit3bb720ef65e9678b96decd6815838054189f6f68 (patch)
tree360f25b1aae29b13e4892f7a415f77dec99a296f /config
parentf7f1c394fc15101c5467f0fd526c831c832e14f3 (diff)
split application settings into multiple sub pages
Diffstat (limited to 'config')
-rw-r--r--config/routes/admin.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index fa1f79a90be..4aa56837587 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -110,6 +110,7 @@ namespace :admin do
put :reset_runners_token
put :reset_health_check_token
put :clear_repository_check_states
+ get :integrations, :repository, :templates, :ci_cd, :reporting, :metrics_and_profiling, :network, :preferences
end
resources :labels