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

getters.js « embed_group « stores « monitoring « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47db787dea59381b5f9f1afe215e476cedf927d3 (plain)
1
2
export const metricsWithData = (state, getters, rootState, rootGetters) =>
  state.modules.map(module => rootGetters[`${module}/metricsWithData`]().length);