mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
enable img-redundant-alt rule (#55833)
This commit is contained in:
parent
615d86d902
commit
422b22a513
@ -54,7 +54,7 @@
|
||||
"jsx-a11y/heading-has-content": "error",
|
||||
"jsx-a11y/html-has-lang": "error",
|
||||
"jsx-a11y/iframe-has-title": "off",
|
||||
"jsx-a11y/img-redundant-alt": "off",
|
||||
"jsx-a11y/img-redundant-alt": "error",
|
||||
"jsx-a11y/interactive-supports-focus": [
|
||||
"off",
|
||||
{
|
||||
|
@ -10,7 +10,7 @@ export function AlertHowToModal({ onDismiss }: AlertHowToModalProps): JSX.Elemen
|
||||
return (
|
||||
<Modal title="Adding an Alert" isOpen onDismiss={onDismiss} onClickBackdrop={onDismiss}>
|
||||
<VerticalGroup spacing="sm">
|
||||
<img src="public/img/alert_howto_new.png" alt="link to how to alert image" />
|
||||
<img src="public/img/alert_howto_new.png" alt="" />
|
||||
<p>
|
||||
Alerts are added and configured in the Alert tab of any dashboard graph panel, letting you build and visualize
|
||||
an alert using existing queries.
|
||||
|
Loading…
Reference in New Issue
Block a user