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>2021-10-06 09:09:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-06 09:09:43 +0300
commitb6fd4f66153660e126eae62ff7eb2cfa761eb47c (patch)
treeef32fd51aea8347220dff9a3753d958b5e3cf1c7 /app/views/projects/cluster_agents
parent81e0e55a182eb01ad174fb2b50913eec48c52ca7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/cluster_agents')
-rw-r--r--app/views/projects/cluster_agents/show.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/cluster_agents/show.html.haml b/app/views/projects/cluster_agents/show.html.haml
new file mode 100644
index 00000000000..a2d3426d99c
--- /dev/null
+++ b/app/views/projects/cluster_agents/show.html.haml
@@ -0,0 +1,4 @@
+- add_to_breadcrumbs _('Kubernetes'), project_clusters_path(@project)
+- page_title @agent_name
+
+#js-cluster-agent-details{ data: js_cluster_agent_details_data(@agent_name, @project) }