From 3bb720ef65e9678b96decd6815838054189f6f68 Mon Sep 17 00:00:00 2001 From: Martin Wortschack Date: Tue, 4 Sep 2018 20:06:57 +0200 Subject: split application settings into multiple sub pages --- config/routes/admin.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/routes') 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 -- cgit v1.2.1 From cc05ab032a8722fae6896db7c1c234468a6ac909 Mon Sep 17 00:00:00 2001 From: Martin Wortschack Date: Wed, 5 Sep 2018 09:51:50 +0200 Subject: adds 'Geo' sub page to application settings --- config/routes/admin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/routes') diff --git a/config/routes/admin.rb b/config/routes/admin.rb index 4aa56837587..7489b01ded6 100644 --- a/config/routes/admin.rb +++ b/config/routes/admin.rb @@ -110,7 +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 + get :integrations, :repository, :templates, :ci_cd, :reporting, :metrics_and_profiling, :network, :geo, :preferences end resources :labels -- cgit v1.2.1