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/shared/dashboard/_search_timeout_occurred.html.haml')
-rw-r--r--app/views/shared/dashboard/_search_timeout_occurred.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/shared/dashboard/_search_timeout_occurred.html.haml b/app/views/shared/dashboard/_search_timeout_occurred.html.haml
new file mode 100644
index 00000000000..4b6331ee986
--- /dev/null
+++ b/app/views/shared/dashboard/_search_timeout_occurred.html.haml
@@ -0,0 +1,8 @@
+.row.empty-state.text-center
+ .col-12
+ .svg-130.gl-mt-3
+ = image_tag 'illustrations/issue-dashboard_results-without-filter.svg'
+ .col-12
+ .text-content
+ %h4
+ = _("Too many results to display. Edit your search or add a filter.")