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

state.js « store « serverless « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fdd292997493f53f20c62adb72ab0bb1b6facb13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default () => ({
  error: null,
  installed: 'checking',
  isLoading: true,

  // functions
  functions: [],
  hasFunctionData: true,

  // function_details
  hasPrometheus: true,
  hasPrometheusData: false,
  graphData: {},
});