54e8ff0f21
- Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups
5 lines
170 B
JavaScript
5 lines
170 B
JavaScript
import ClustersBundle from '~/clusters/clusters_bundle';
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
new ClustersBundle(); // eslint-disable-line no-new
|
|
});
|