提交 435f0a13 编写于 作者: E Eric Eastwood

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
上级 3228ac06
......@@ -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);
......
---
title: Fix JavaScript bundle running on Cluster update/destroy pages
merge_request:
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册