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