debian-mirror-gitlab/app/assets/javascripts/pages/admin/clusters/index/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
239 B
JavaScript
Raw Normal View History

2020-04-08 14:13:33 +05:30
import initClustersListApp from '~/clusters_list';
2021-03-11 19:13:27 +05:30
import PersistentUserCallout from '~/persistent_user_callout';
2019-07-31 22:56:46 +05:30
2021-09-30 23:02:18 +05:30
const callout = document.querySelector('.gcp-signup-offer');
PersistentUserCallout.factory(callout);
initClustersListApp();