mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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/heading-has-content": "error",
|
||||||
"jsx-a11y/html-has-lang": "error",
|
"jsx-a11y/html-has-lang": "error",
|
||||||
"jsx-a11y/iframe-has-title": "off",
|
"jsx-a11y/iframe-has-title": "off",
|
||||||
"jsx-a11y/img-redundant-alt": "off",
|
"jsx-a11y/img-redundant-alt": "error",
|
||||||
"jsx-a11y/interactive-supports-focus": [
|
"jsx-a11y/interactive-supports-focus": [
|
||||||
"off",
|
"off",
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,7 @@ export function AlertHowToModal({ onDismiss }: AlertHowToModalProps): JSX.Elemen
|
|||||||
return (
|
return (
|
||||||
<Modal title="Adding an Alert" isOpen onDismiss={onDismiss} onClickBackdrop={onDismiss}>
|
<Modal title="Adding an Alert" isOpen onDismiss={onDismiss} onClickBackdrop={onDismiss}>
|
||||||
<VerticalGroup spacing="sm">
|
<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>
|
<p>
|
||||||
Alerts are added and configured in the Alert tab of any dashboard graph panel, letting you build and visualize
|
Alerts are added and configured in the Alert tab of any dashboard graph panel, letting you build and visualize
|
||||||
an alert using existing queries.
|
an alert using existing queries.
|
||||||
|
Loading…
Reference in New Issue
Block a user