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:
parent
fdb7bab41a
commit
473fa6d997
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user