Commit a3b0adb4 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'ce-backport-4378-fix-cluster-js-not-running-on-update-page' into 'master'

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

Closes gitlab-ee#4378

See merge request gitlab-org/gitlab-ce!16506
parents 9b8f51c9 435f0a13
......@@ -557,6 +557,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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment