debian-mirror-gitlab/app/assets/javascripts/serverless/store/state.js

15 lines
236 B
JavaScript
Raw Normal View History

2019-07-07 11:18:12 +05:30
export default () => ({
error: null,
2019-09-04 21:01:54 +05:30
installed: 'checking',
2019-07-07 11:18:12 +05:30
isLoading: true,
// functions
functions: [],
hasFunctionData: true,
// function_details
hasPrometheus: true,
hasPrometheusData: false,
graphData: {},
});