mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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}
|
grow={true}
|
||||||
>
|
>
|
||||||
<EuiFieldSearch
|
<EuiFieldSearch
|
||||||
|
aria-label="Filter dashboards"
|
||||||
compressed={false}
|
compressed={false}
|
||||||
data-test-subj="searchFilter"
|
data-test-subj="searchFilter"
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
|
@ -311,6 +312,7 @@ exports[`after fetch renders table rows 1`] = `
|
||||||
grow={true}
|
grow={true}
|
||||||
>
|
>
|
||||||
<EuiFieldSearch
|
<EuiFieldSearch
|
||||||
|
aria-label="Filter dashboards"
|
||||||
compressed={false}
|
compressed={false}
|
||||||
data-test-subj="searchFilter"
|
data-test-subj="searchFilter"
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
|
@ -494,6 +496,7 @@ exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
|
||||||
grow={true}
|
grow={true}
|
||||||
>
|
>
|
||||||
<EuiFieldSearch
|
<EuiFieldSearch
|
||||||
|
aria-label="Filter dashboards"
|
||||||
compressed={false}
|
compressed={false}
|
||||||
data-test-subj="searchFilter"
|
data-test-subj="searchFilter"
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
|
|
|
@ -303,6 +303,7 @@ export class DashboardListing extends React.Component {
|
||||||
{deleteBtn}
|
{deleteBtn}
|
||||||
<EuiFlexItem grow={true}>
|
<EuiFlexItem grow={true}>
|
||||||
<EuiFieldSearch
|
<EuiFieldSearch
|
||||||
|
aria-label="Filter dashboards"
|
||||||
placeholder="Search..."
|
placeholder="Search..."
|
||||||
fullWidth
|
fullWidth
|
||||||
value={this.state.filter}
|
value={this.state.filter}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue