Skip to content

Commit

Permalink
[Upgrade Assistant] Added "accept changes" header to the warnings lis…
Browse files Browse the repository at this point in the history
…t in the reindex flyout (elastic#114798)
  • Loading branch information
yuliacech authored and sabarasaba committed Oct 14, 2021
1 parent 7d155e5 commit f33c705
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
EuiFlyoutBody,
EuiFlyoutFooter,
EuiSpacer,
EuiTitle,
} from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';

Expand Down Expand Up @@ -107,6 +108,15 @@ export const WarningsFlyoutStep: React.FunctionComponent<WarningsConfirmationFly
</p>
</EuiCallOut>

<EuiSpacer />
<EuiTitle size="s">
<h3>
<FormattedMessage
id="xpack.upgradeAssistant.checkupTab.reindexing.flyout.warningsStep.acceptChangesTitle"
defaultMessage="Accept changes"
/>
</h3>
</EuiTitle>
<EuiSpacer />

{warnings.map((warning, index) => {
Expand Down

0 comments on commit f33c705

Please sign in to comment.