Commit bd514e7c authored by Eric Eastwood's avatar Eric Eastwood

Resolve conflicts and ee-specific area

From https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4126
parent 837715f6
......@@ -281,11 +281,10 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
new LabelsSelect();
new MilestoneSelect();
new IssuableTemplateSelectors();
<<<<<<< HEAD
// ee-start
initApprovals();
=======
>>>>>>> upstream/master
// ee-end
break;
case 'projects:tags:new':
import('./pages/projects/tags/new')
......@@ -613,18 +612,9 @@ import initLDAPGroupsSelect from 'ee/ldap_groups_select'; // eslint-disable-line
case 'projects:clusters:show':
case 'projects:clusters:update':
case 'projects:clusters:destroy':
<<<<<<< HEAD
import(/* webpackChunkName: "clusters" */ './clusters/clusters_bundle')
.then(cluster => new cluster.default()) // eslint-disable-line new-cap
.catch((err) => {
Flash(s__('ClusterIntegration|Problem setting up the cluster'));
throw err;
});
=======
import('./pages/projects/clusters/show')
.then(callDefault)
.catch(fail);
>>>>>>> upstream/master
break;
case 'projects:clusters:index':
import('./pages/projects/clusters/index')
......
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