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

constants.js « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de3a3fda47e4072089ce1ab4d2e27176af7c3a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
import { s__ } from '~/locale';

export const I18N_DETAILS_TITLE = s__('Runners|Runner #%{runner_id}');

export const RUNNER_ENTITY_TYPE = 'Ci::Runner';

// CiRunnerType

export const INSTANCE_TYPE = 'INSTANCE_TYPE';
export const GROUP_TYPE = 'GROUP_TYPE';
export const PROJECT_TYPE = 'PROJECT_TYPE';