We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894cf08 commit 2cea066Copy full SHA for 2cea066
public/pages/Dashboard/utils/constants.ts
@@ -81,16 +81,6 @@ export const GET_ALL_DETECTORS_QUERY_PARAMS = {
81
sortField: 'name',
82
};
83
84
-export const getAllDetectorsQueryParamsWithDataSourceId = (dataSourceId: string) => ({
85
- from: 0,
86
- search: '',
87
- indices: '',
88
- size: MAX_DETECTORS,
89
- sortDirection: SORT_DIRECTION.ASC,
90
- sortField: 'name',
91
- dataSourceId: dataSourceId,
92
-});
93
-
94
export const ALL_DETECTORS_MESSAGE = 'All detectors';
95
export const ALL_DETECTOR_STATES_MESSAGE = 'All detector states';
96
export const ALL_INDICES_MESSAGE = 'All indices';
0 commit comments