mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: add Mimir to the list of cloud rules (#47258)
This commit is contained in:
@@ -26,7 +26,7 @@ export const CloudRules: FC<Props> = ({ namespaces, expandAll }) => {
|
|||||||
return (
|
return (
|
||||||
<section className={styles.wrapper}>
|
<section className={styles.wrapper}>
|
||||||
<div className={styles.sectionHeader}>
|
<div className={styles.sectionHeader}>
|
||||||
<h5>Cortex / Loki</h5>
|
<h5>Mimir / Cortex / Loki</h5>
|
||||||
{dataSourcesLoading.length ? (
|
{dataSourcesLoading.length ? (
|
||||||
<LoadingPlaceholder
|
<LoadingPlaceholder
|
||||||
className={styles.loader}
|
className={styles.loader}
|
||||||
|
|||||||
Reference in New Issue
Block a user