mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
temp remove until stackdriver implements explore
This commit is contained in:
parent
1998c08df5
commit
c567d75320
@ -168,9 +168,10 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
|
||||
} else {
|
||||
datasource = await datasourceSrv.get();
|
||||
}
|
||||
if (!datasource.meta.explore) {
|
||||
datasource = await datasourceSrv.get(datasources[0].name);
|
||||
}
|
||||
// temporarily remove this
|
||||
// if (!datasource.meta.explore) {
|
||||
// datasource = await datasourceSrv.get(datasources[0].name);
|
||||
// }
|
||||
await this.setDatasource(datasource);
|
||||
} else {
|
||||
this.setState({ datasourceMissing: true });
|
||||
|
Loading…
Reference in New Issue
Block a user