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 {
|
} else {
|
||||||
datasource = await datasourceSrv.get();
|
datasource = await datasourceSrv.get();
|
||||||
}
|
}
|
||||||
if (!datasource.meta.explore) {
|
// temporarily remove this
|
||||||
datasource = await datasourceSrv.get(datasources[0].name);
|
// if (!datasource.meta.explore) {
|
||||||
}
|
// datasource = await datasourceSrv.get(datasources[0].name);
|
||||||
|
// }
|
||||||
await this.setDatasource(datasource);
|
await this.setDatasource(datasource);
|
||||||
} else {
|
} else {
|
||||||
this.setState({ datasourceMissing: true });
|
this.setState({ datasourceMissing: true });
|
||||||
|
Loading…
Reference in New Issue
Block a user