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

index.js « show « tracing « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 107c004aa5fe421327732272bc4f1534a7ceed06 (plain)
1
2
3
4
import { initSimpleApp } from '~/helpers/init_simple_app_helper';
import DetailsIndex from '~/tracing/details_index.vue';

initSimpleApp('#js-tracing-details', DetailsIndex);