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

index.js « repositories « registry « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44579ee121793ef950f0299b0014392cb5d288d0 (plain)
1
2
3
4
5
6
7
8
import registryExplorer from '~/packages_and_registries/container_registry/explorer/index';

const explorer = registryExplorer();

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