mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Mention that we only list firing alert instances (#75615)
This commit is contained in:
@@ -233,7 +233,7 @@ export function AlertInstanceModalSelector({
|
||||
<div className={styles.column}>
|
||||
{!selectedRule && !loading && (
|
||||
<div className={styles.selectedRulePlaceholder}>
|
||||
<div>Select an alert rule to get a list of available instances</div>
|
||||
<div>Select an alert rule to get a list of available firing instances</div>
|
||||
</div>
|
||||
)}
|
||||
{loading && <LoadingPlaceholder text="Loading rule..." className={styles.loadingPlaceholder} />}
|
||||
|
Reference in New Issue
Block a user