rename logs_model.ts->logsModel.ts; update references (#51468)

This commit is contained in:
user10x
2022-06-29 21:04:30 +02:00
committed by GitHub
parent 1f939f64e9
commit 39bd3e2fe3
10 changed files with 16 additions and 18 deletions
@@ -22,7 +22,7 @@ import { selectors } from '@grafana/e2e-selectors';
import { reportInteraction } from '@grafana/runtime';
import { Button, Spinner, Table } from '@grafana/ui';
import { config } from 'app/core/config';
import { dataFrameToLogsModel } from 'app/core/logs_model';
import { dataFrameToLogsModel } from 'app/core/logsModel';
import { PanelModel } from 'app/features/dashboard/state';
import { GetDataOptions } from 'app/features/query/state/PanelQueryRunner';
import { transformToJaeger } from 'app/plugins/datasource/jaeger/responseTransform';