Alerting: add Mimir to the list of cloud rules (#47258)

This commit is contained in:
Gilles De Mey
2022-04-04 14:04:03 +02:00
committed by GitHub
parent fdb7bab41a
commit 473fa6d997

View File

@@ -26,7 +26,7 @@ export const CloudRules: FC<Props> = ({ namespaces, expandAll }) => {
return (
<section className={styles.wrapper}>
<div className={styles.sectionHeader}>
<h5>Cortex / Loki</h5>
<h5>Mimir / Cortex / Loki</h5>
{dataSourcesLoading.length ? (
<LoadingPlaceholder
className={styles.loader}