mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove not related code
This commit is contained in:
parent
cee2e4788b
commit
85780eb30c
@ -715,7 +715,7 @@ const togglePanelActionCreator = (
|
|||||||
| ActionCreator<ToggleLogsPayload>
|
| ActionCreator<ToggleLogsPayload>
|
||||||
| ActionCreator<ToggleTablePayload>
|
| ActionCreator<ToggleTablePayload>
|
||||||
) => (exploreId: ExploreId, isPanelVisible: boolean) => {
|
) => (exploreId: ExploreId, isPanelVisible: boolean) => {
|
||||||
return (dispatch) => {
|
return dispatch => {
|
||||||
let uiFragmentStateUpdate: Partial<ExploreUIState>;
|
let uiFragmentStateUpdate: Partial<ExploreUIState>;
|
||||||
const shouldRunQueries = !isPanelVisible;
|
const shouldRunQueries = !isPanelVisible;
|
||||||
|
|
||||||
@ -763,12 +763,3 @@ export const changeDedupStrategy = (exploreId, dedupStrategy: LogsDedupStrategy)
|
|||||||
dispatch(updateExploreUIState(exploreId, { dedupStrategy }));
|
dispatch(updateExploreUIState(exploreId, { dedupStrategy }));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Change logs deduplication strategy and update URL.
|
|
||||||
*/
|
|
||||||
export const hiddenLogLe = (exploreId, dedupStrategy: LogsDedupStrategy) => {
|
|
||||||
return dispatch => {
|
|
||||||
dispatch(updateExploreUIState(exploreId, { dedupStrategy }));
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user