summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-10 03:06:51 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-10 03:06:51 -0500
commit3b6ff7fcaf4443b518770f97e437631197297980 (patch)
tree8838bdbe4dc8ff3c08a027c5f069c81aeb7495fc /app/views/dashboard
parent4c3753387b9bb46d0d257c90720c6e27a258c37a (diff)
downloadgitlab-ce-3b6ff7fcaf4443b518770f97e437631197297980.tar.gz
Add support to filter by name to Group list
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/groups/_groups.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/dashboard/groups/_groups.html.haml b/app/views/dashboard/groups/_groups.html.haml
index e7a5fa8ba32..dafb58e5370 100644
--- a/app/views/dashboard/groups/_groups.html.haml
+++ b/app/views/dashboard/groups/_groups.html.haml
@@ -1 +1,3 @@
-.js-groups-list-holder#dashboard-group-app{ data: { endpoint: dashboard_groups_path(format: :json) } }
+.js-groups-list-holder
+ #dashboard-group-app{ data: { endpoint: dashboard_groups_path(format: :json) } }
+ %groups-component{ ':groups' => 'state.groups' }