gitlab-org--gitlab-foss/app/views/dashboard/groups/_groups.html.haml

10 lines
474 B
Plaintext
Raw Normal View History

.js-groups-list-holder
#dashboard-group-app{ data: { endpoint: dashboard_groups_path(format: :json), path: dashboard_groups_path } }
2017-06-06 14:01:42 +00:00
.groups-list-loading
= icon('spinner spin', 'v-show' => 'isLoading')
%template{ 'v-if' => '!isLoading && isEmpty' }
%div{ 'v-cloak' => true }
= render 'empty_state'
%template{ 'v-else-if' => '!isLoading && !isEmpty' }
2017-06-06 14:01:42 +00:00
%groups-component{ ':groups' => 'state.groups', ':page-info' => 'state.pageInfo' }