Commit 3153264a authored by Phil Hughes's avatar Phil Hughes

Merge branch 'ee-dispatcher-dashboard-milestone-index' into 'master'

Refactor dashboard milestone index (EE)

See merge request gitlab-org/gitlab-ee!3961
parents b5ffc264 404d7a4e
......@@ -217,7 +217,9 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
initIssuableSidebar();
break;
case 'dashboard:milestones:index':
projectSelect();
import('./pages/dashboard/milestones/index')
.then(callDefault)
.catch(fail);
break;
case 'projects:milestones:show':
new UserCallout();
......
import projectSelect from '~/project_select';
export default projectSelect;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment