summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2019-04-10 14:13:43 +1200
committerJames Fargher <proglottis@gmail.com>2019-05-07 08:37:03 +1200
commit733da6d6a015e8c951dcc02250cfe1fab87789c0 (patch)
tree6be40311a4753767d7219f2cff21c4eccbe18a5f /config
parent863f2bcfb6ef7c6d3ce5726fa1a602e12f05ef57 (diff)
downloadgitlab-ce-733da6d6a015e8c951dcc02250cfe1fab87789c0.tar.gz
Instance level kubernetes clusters admin
Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD
Diffstat (limited to 'config')
-rw-r--r--config/routes/admin.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index a01003b6039..90d7f4a04d4 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -132,5 +132,7 @@ namespace :admin do
end
end
+ concerns :clusterable
+
root to: 'dashboard#index'
end