Logo
Explore Help
Sign In
IntenseWebs/grafana
3
0
Fork 0
You've already forked grafana
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
3e8c00dad1e0b2db902f2120f9690a64680fd7ce
grafana/public/app/plugins/datasource/influxdb/components/InfluxStartPage.tsx

10 lines
330 B
TypeScript
Raw Normal View History

Influx: Adds start page for logs in Explore (#17521) * Influx: Adds start page for logs in Explore Closes #17499 * Influx: Rebased with master and removed conditional display of cheat sheet in explore Cheat sheet now displays during both Metrics and Logs mode, though this is only temporary.
2019-06-12 14:01:48 +01:00
import React, { PureComponent } from 'react';
import { ExploreStartPageProps } from '@grafana/ui';
import InfluxCheatSheet from './InfluxCheatSheet';
export default class InfluxStartPage extends PureComponent<ExploreStartPageProps> {
render() {
Explore/UI: Removes unnecessary grafana-info-box wrapper around InfluxCheatSheet (#19701)
2019-10-08 12:45:38 +01:00
return <InfluxCheatSheet onClickExample={this.props.onClickExample} />;
Influx: Adds start page for logs in Explore (#17521) * Influx: Adds start page for logs in Explore Closes #17499 * Influx: Rebased with master and removed conditional display of cheat sheet in explore Cheat sheet now displays during both Metrics and Logs mode, though this is only temporary.
2019-06-12 14:01:48 +01:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 60ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API