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

6 lines
210 B
JavaScript
Raw Normal View History

2019-02-15 15:39:39 +05:30
import ClustersBundle from '~/clusters/clusters_bundle';
2020-07-28 23:09:34 +05:30
import initClusterHealth from '~/pages/projects/clusters/show/cluster_health';
2019-02-15 15:39:39 +05:30
2021-09-30 23:02:18 +05:30
new ClustersBundle(); // eslint-disable-line no-new
initClusterHealth();