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:
Diffstat (limited to 'app/views/clusters/agents/dashboard/index.html.haml')
-rw-r--r--app/views/clusters/agents/dashboard/index.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/clusters/agents/dashboard/index.html.haml b/app/views/clusters/agents/dashboard/index.html.haml
new file mode 100644
index 00000000000..00382166469
--- /dev/null
+++ b/app/views/clusters/agents/dashboard/index.html.haml
@@ -0,0 +1,12 @@
+- breadcrumb_title s_('KubernetesDashboard|Kubernetes Dashboard')
+- page_title s_('KubernetesDashboard|Kubernetes Dashboard')
+
+= render Pajamas::EmptyStateComponent.new(svg_path: 'illustrations/empty-state/empty-search-md.svg',
+ title: s_("KubernetesDashboard|No agent selected"),
+ primary_button_text: s_("KubernetesDashboard|View projects"),
+ primary_button_link: dashboard_projects_path,
+ secondary_button_text: s_("KubernetesDashboard|Learn more"),
+ secondary_button_link: help_page_path('ci/environments/kubernetes_dashboard')) do |c|
+
+ - c.with_description do
+ = s_("KubernetesDashboard|You can select an agent from a project's environment page.")