Empty-state Alert duplicates title and body with near-identical text
Why: Duplicating the same message at two visual prominences adds noise and gives users nothing to read. Screen readers will announce it twice. Either drop the body to get a one-line alert, or put actionable info in the body (e.g. 'Configure alert rules in prometheus.yml under the `rule_files` key').
Fix: Delete the body prop on all four call-sites, or replace the body with a link to the relevant docs page.
Variants across pages
| Page | Implementation |
|---|---|
/alerts | title='No rules found' / body='No rules found.' |
/rules | title='No rules found' / body='No rules found.' |
/alertmanager-discovery (Active) | title='No active alertmanagers' / body='No active alertmanagers found.' |
/alertmanager-discovery (Dropped) | title='No dropped alertmanagers' / body='No dropped alertmanagers found.' |