gitlab-org--gitlab-foss/app/assets/javascripts/serverless/store/getters.js

8 lines
288 B
JavaScript

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);