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

index.js « repositories « harbor « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: efbe24ac3463083ee3bdbfee0f8b2fe411ba9a12 (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-project');

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