mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* adding the missing alt tag * making alt attribute empty
This commit is contained in:
parent
efff7148d2
commit
519f0857c9
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@ export class WaffleNodeTypeSwitcher extends React.PureComponent<Props> {
|
|||
<img
|
||||
src="../plugins/infra/images/hosts.svg"
|
||||
role="presentation"
|
||||
alt=""
|
||||
className="euiIcon euiIcon--large"
|
||||
/>
|
||||
</EuiKeyPadMenuItem>
|
||||
|
@ -44,6 +45,7 @@ export class WaffleNodeTypeSwitcher extends React.PureComponent<Props> {
|
|||
<img
|
||||
src="../plugins/infra/images/k8.svg"
|
||||
role="presentation"
|
||||
alt=""
|
||||
className="euiIcon euiIcon--large"
|
||||
/>
|
||||
</EuiKeyPadMenuItem>
|
||||
|
@ -51,6 +53,7 @@ export class WaffleNodeTypeSwitcher extends React.PureComponent<Props> {
|
|||
<img
|
||||
src="../plugins/infra/images/docker.svg"
|
||||
role="presentation"
|
||||
alt=""
|
||||
className="euiIcon euiIcon--large"
|
||||
/>
|
||||
</EuiKeyPadMenuItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue