Prometheus: Make config header tags consistent (#69275)

change config header tags to h3
This commit is contained in:
Brendan O'Handley
2023-05-31 13:57:57 -04:00
committed by GitHub
parent 10adebd7b3
commit 0c85327bed
3 changed files with 6 additions and 6 deletions
@@ -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">