mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
b522b29eb4
commit
14bbd20d85
2 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ export const CheckupControlsUI: StatelessComponent<CheckupControlsProps> = ({
|
|||
<EuiFlexGroup alignItems="center" wrap={true} responsive={false}>
|
||||
<EuiFlexItem grow={true}>
|
||||
<EuiFieldSearch
|
||||
aria-label="Filter"
|
||||
placeholder={intl.formatMessage({
|
||||
id: 'xpack.upgradeAssistant.checkupTab.controls.searchBarPlaceholder',
|
||||
defaultMessage: 'Filter',
|
||||
|
|
|
@ -44,6 +44,7 @@ export class DeprecationLoggingToggleUI extends React.Component<
|
|||
|
||||
return (
|
||||
<EuiSwitch
|
||||
id="xpack.upgradeAssistant.overviewTab.steps.deprecationLogsStep.enableDeprecationLoggingToggleSwitch"
|
||||
data-test-subj="upgradeAssistantDeprecationToggle"
|
||||
label={this.renderLoggingState()}
|
||||
checked={loggingEnabled}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue