summaryrefslogtreecommitdiff
path: root/app/helpers/projects
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-15 20:53:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-15 20:53:27 +0000
commit601cd5b4c0395abadeda5cfaf3b269b12662f743 (patch)
treee2e4a53982150ffca0baa7f8f749f1689acc1b71 /app/helpers/projects
parent7fc80ce5a5d21d2ba452eefabb02a2c8f7eb86ea (diff)
downloadgitlab-ce-601cd5b4c0395abadeda5cfaf3b269b12662f743.tar.gz
Add latest changes from gitlab-org/gitlab@15-0-stable-ee
Diffstat (limited to 'app/helpers/projects')
-rw-r--r--app/helpers/projects/cluster_agents_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/projects/cluster_agents_helper.rb b/app/helpers/projects/cluster_agents_helper.rb
index c17cb787c9f..f62f5eadfb4 100644
--- a/app/helpers/projects/cluster_agents_helper.rb
+++ b/app/helpers/projects/cluster_agents_helper.rb
@@ -9,6 +9,7 @@ module Projects::ClusterAgentsHelper
empty_state_svg_path: image_path('illustrations/operations-dashboard_empty.svg'),
project_path: project.full_path,
kas_address: Gitlab::Kas.external_url,
+ kas_version: Gitlab::Kas.version_info,
can_admin_cluster: can?(current_user, :admin_cluster, project).to_s
}
end