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

mutation_types.js « store « clusters_list « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f056f3ab7d9ee92a26c191b01fe0c13ab3df98ed (plain)
1
2
export const SET_CLUSTERS_DATA = 'SET_CLUSTERS_DATA';
export const SET_LOADING_STATE = 'SET_LOADING_STATE';