debian-mirror-gitlab/app/assets/javascripts/pages/projects/clusters/index/index.js
2021-03-11 19:13:27 +05:30

6 lines
248 B
JavaScript

import initClustersListApp from 'ee_else_ce/clusters_list';
import PersistentUserCallout from '~/persistent_user_callout';
const callout = document.querySelector('.gcp-signup-offer');
PersistentUserCallout.factory(callout);
initClustersListApp();