Fix JS bundle not running on the Cluster update/destroy pages

Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4378

Conflicts:
	app/assets/javascripts/dispatcher.js
This commit is contained in:
Eric Eastwood 2018-01-16 15:47:19 -06:00
parent 3228ac06a0
commit 435f0a134a
2 changed files with 7 additions and 0 deletions

View file

@ -559,6 +559,8 @@ import Activities from './activities';
.catch(fail);
break;
case 'projects:clusters:show':
case 'projects:clusters:update':
case 'projects:clusters:destroy':
import('./pages/projects/clusters/show')
.then(callDefault)
.catch(fail);

View file

@ -0,0 +1,5 @@
---
title: Fix JavaScript bundle running on Cluster update/destroy pages
merge_request:
author:
type: fixed