mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
ff4e773c52
commit
81bfe017d5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class StatusTable extends Component {
|
|||
static columns = [{
|
||||
field: 'state',
|
||||
name: '',
|
||||
render: state => <EuiIcon type="dot" ariaabel="" color={state.uiColor} />,
|
||||
render: state => <EuiIcon type="dot" aria-hidden color={state.uiColor} />,
|
||||
width: '32px'
|
||||
}, {
|
||||
field: 'id',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue