mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
0cf13f6a30
commit
32f1c1b51f
2 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,7 @@ exports[`after fetch initialFilter 1`] = `
|
|||
grow={true}
|
||||
>
|
||||
<EuiFieldSearch
|
||||
aria-label="Filter dashboards"
|
||||
compressed={false}
|
||||
data-test-subj="searchFilter"
|
||||
fullWidth={true}
|
||||
|
@ -311,6 +312,7 @@ exports[`after fetch renders table rows 1`] = `
|
|||
grow={true}
|
||||
>
|
||||
<EuiFieldSearch
|
||||
aria-label="Filter dashboards"
|
||||
compressed={false}
|
||||
data-test-subj="searchFilter"
|
||||
fullWidth={true}
|
||||
|
@ -494,6 +496,7 @@ exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
|
|||
grow={true}
|
||||
>
|
||||
<EuiFieldSearch
|
||||
aria-label="Filter dashboards"
|
||||
compressed={false}
|
||||
data-test-subj="searchFilter"
|
||||
fullWidth={true}
|
||||
|
|
|
@ -303,6 +303,7 @@ export class DashboardListing extends React.Component {
|
|||
{deleteBtn}
|
||||
<EuiFlexItem grow={true}>
|
||||
<EuiFieldSearch
|
||||
aria-label="Filter dashboards"
|
||||
placeholder="Search..."
|
||||
fullWidth
|
||||
value={this.state.filter}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue