debian-mirror-gitlab/app/assets/javascripts/serverless/store/state.js
2019-09-04 21:01:54 +05:30

14 lines
236 B
JavaScript

export default () => ({
error: null,
installed: 'checking',
isLoading: true,
// functions
functions: [],
hasFunctionData: true,
// function_details
hasPrometheus: true,
hasPrometheusData: false,
graphData: {},
});