diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2018-09-04 20:06:57 +0200 |
---|---|---|
committer | Martin Wortschack <mwortschack@gitlab.com> | 2018-09-04 20:06:57 +0200 |
commit | 3bb720ef65e9678b96decd6815838054189f6f68 (patch) | |
tree | 360f25b1aae29b13e4892f7a415f77dec99a296f /config | |
parent | f7f1c394fc15101c5467f0fd526c831c832e14f3 (diff) | |
download | gitlab-ce-3bb720ef65e9678b96decd6815838054189f6f68.tar.gz |
split application settings into multiple sub pages
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/admin.rb | 1 |
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 |