Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « repositories « harbor « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ecce44be548a131b15980861f488f49b9ed63c6 (plain)
1
2
3
4
5
6
7
8
import HarborRegistryExplorer from '~/packages_and_registries/harbor_registry/index';

const explorer = HarborRegistryExplorer('js-harbor-registry-list-group');

if (explorer) {
  explorer.attachBreadcrumb();
  explorer.attachMainComponent();
}