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

getters.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: da975c56e5dcc40ac900a95a4af418276a868c6a (plain)
1
2
3
4
5
6
7
import { translate } from '../utils';

export const hasPrometheusMissingData = (state) => state.hasPrometheus && !state.hasPrometheusData;

// Convert the function list into a k/v grouping based on the environment scope

export const getFunctions = (state) => translate(state.functions);