mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Prometheus: Make config header tags consistent (#69275)
change config header tags to h3
This commit is contained in:
@@ -21,7 +21,7 @@ export function AlertingSettingsOverhaul<T extends AlertingConfig>({
|
||||
|
||||
return (
|
||||
<>
|
||||
<h6 className="page-heading">Alerting</h6>
|
||||
<h3 className="page-heading">Alerting</h3>
|
||||
<div className="gf-form-group">
|
||||
<div className="gf-form-inline">
|
||||
<div className="gf-form">
|
||||
|
||||
@@ -20,7 +20,7 @@ export function ExemplarsSettings({ options, onChange, disabled }: Props) {
|
||||
const styles = overhaulStyles(theme);
|
||||
return (
|
||||
<div className={styles.sectionBottomPadding}>
|
||||
<h6 className="page-heading">Exemplars</h6>
|
||||
<h3 className="page-heading">Exemplars</h3>
|
||||
|
||||
{options &&
|
||||
options.map((option, index) => {
|
||||
|
||||
@@ -172,7 +172,7 @@ export const PromSettings = (props: Props) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<h6 className="page-heading">Interval behaviour</h6>
|
||||
<h3 className="page-heading">Interval behaviour</h3>
|
||||
<div className="gf-form-group">
|
||||
{/* Scrape interval */}
|
||||
<div className="gf-form-inline">
|
||||
@@ -231,7 +231,7 @@ export const PromSettings = (props: Props) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h6 className="page-heading">Query editor</h6>
|
||||
<h3 className="page-heading">Query editor</h3>
|
||||
<div className="gf-form-group">
|
||||
<div className="gf-form">
|
||||
<InlineField
|
||||
@@ -275,7 +275,7 @@ export const PromSettings = (props: Props) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h6 className="page-heading">Performance</h6>
|
||||
<h3 className="page-heading">Performance</h3>
|
||||
{!options.jsonData.prometheusType && !options.jsonData.prometheusVersion && options.readOnly && (
|
||||
<div className={styles.versionMargin}>
|
||||
For more information on configuring prometheus type and version in data sources, see the{' '}
|
||||
@@ -442,7 +442,7 @@ export const PromSettings = (props: Props) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h6 className="page-heading">Other</h6>
|
||||
<h3 className="page-heading">Other</h3>
|
||||
<div className="gf-form-group">
|
||||
<div className="gf-form-inline">
|
||||
<div className="gf-form max-width-30">
|
||||
|
||||
Reference in New Issue
Block a user