mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Explore/UI: Removes unnecessary grafana-info-box wrapper around InfluxCheatSheet (#19701)
This commit is contained in:
parent
5cf69e6b25
commit
82ce5a194d
@ -4,10 +4,6 @@ import InfluxCheatSheet from './InfluxCheatSheet';
|
|||||||
|
|
||||||
export default class InfluxStartPage extends PureComponent<ExploreStartPageProps> {
|
export default class InfluxStartPage extends PureComponent<ExploreStartPageProps> {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return <InfluxCheatSheet onClickExample={this.props.onClickExample} />;
|
||||||
<div className="grafana-info-box grafana-info-box--max-lg">
|
|
||||||
<InfluxCheatSheet onClickExample={this.props.onClickExample} />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ export default class LokiCheatSheet extends PureComponent<ExploreStartPageProps,
|
|||||||
const { userExamples } = this.state;
|
const { userExamples } = this.state;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<>
|
||||||
<h2>Loki Cheat Sheet</h2>
|
<h2>Loki Cheat Sheet</h2>
|
||||||
<div className="cheat-sheet-item">
|
<div className="cheat-sheet-item">
|
||||||
<div className="cheat-sheet-item__title">See your logs</div>
|
<div className="cheat-sheet-item__title">See your logs</div>
|
||||||
@ -95,7 +95,7 @@ export default class LokiCheatSheet extends PureComponent<ExploreStartPageProps,
|
|||||||
supports exact and regular expression filters.
|
supports exact and regular expression filters.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user