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

constants.js « info « commit_box « projects « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be0bf71531458a61be69d837c864224ae0490e3a (plain)
1
2
3
4
5
6
7
import { __ } from '~/locale';

export const COMMIT_BOX_POLL_INTERVAL = 10000;

export const PIPELINE_STATUS_FETCH_ERROR = __(
  'There was a problem fetching the latest pipeline status.',
);