Explore: Rename PrometheusQueryResults directory back to RawPrometheus
Reverts the directory rename to fix the codeowners-validator CI check. The CODEOWNERS file references /public/app/features/explore/RawPrometheus/ which must match the actual directory path.
This commit is contained in:
@@ -50,8 +50,8 @@ import { LogsSamplePanel } from './Logs/LogsSamplePanel';
|
||||
import { NoData } from './NoData';
|
||||
import { NoDataSourceCallToAction } from './NoDataSourceCallToAction';
|
||||
import { NodeGraphContainer } from './NodeGraph/NodeGraphContainer';
|
||||
import RawPrometheusContainer from './PrometheusQueryResults/RawPrometheusContainer';
|
||||
import { QueryRows } from './QueryRows';
|
||||
import RawPrometheusContainer from './RawPrometheus/RawPrometheusContainer';
|
||||
import { ResponseErrorContainer } from './ResponseErrorContainer';
|
||||
import { SecondaryActions } from './SecondaryActions';
|
||||
import TableContainer from './Table/TableContainer';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { PluginExtensionExposedComponents } from '@grafana/data';
|
||||
import CentralAlertHistorySceneExposedComponent from 'app/features/alerting/unified/components/rules/central-state-history/CentralAlertHistorySceneExposedComponent';
|
||||
import { AddToDashboardFormExposedComponent } from 'app/features/dashboard-scene/addToDashboard/AddToDashboardFormExposedComponent';
|
||||
import { PrometheusQueryResultsContainer } from 'app/features/explore/PrometheusQueryResults/PrometheusQueryResultsContainer';
|
||||
import { PrometheusQueryResultsContainer } from 'app/features/explore/RawPrometheus/PrometheusQueryResultsContainer';
|
||||
|
||||
import { getCoreExtensionConfigurations } from '../getCoreExtensionConfigurations';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user