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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-21 03:14:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-21 03:14:37 +0300
commitb605abacd983a19c30dc364e8014fc758f496e98 (patch)
tree783eac05129bad193709909307d09ab2960793e7 /app/controllers
parent235f755398a6a199b22e4924e7a81670b0dfdaef (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/clusters/agents/dashboard_controller.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/controllers/clusters/agents/dashboard_controller.rb b/app/controllers/clusters/agents/dashboard_controller.rb
index 1f72aaa4775..6299b1740c3 100644
--- a/app/controllers/clusters/agents/dashboard_controller.rb
+++ b/app/controllers/clusters/agents/dashboard_controller.rb
@@ -12,9 +12,7 @@ module Clusters
feature_category :deployment_management
- def show
- head :ok
- end
+ def show; end
private