gitlab-org--gitlab-foss/app/assets/javascripts/pages/groups/registry/repositories/index.js

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

9 lines
214 B
JavaScript
Raw Permalink Normal View History

import registryExplorer from '~/packages_and_registries/container_registry/explorer/index';
const explorer = registryExplorer();
if (explorer) {
explorer.attachBreadcrumb();
explorer.attachMainComponent();
}