Skip to content

Commit 5a3e736

Browse files
committed
Modify flyout header
Signed-off-by: gaobinlong <gbinlong@amazon.com>
1 parent 20d3431 commit 5a3e736

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

public/components/DiscoverAction/SuggestAnomalyDetector.tsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -378,12 +378,16 @@ function GenerateAnomalyDetector({
378378
>
379379
{(formikProps) => (
380380
<>
381-
<EuiFlyoutHeader hasBorder>
382-
<EuiTitle>
381+
<EuiFlyoutHeader>
382+
<EuiTitle size='s'>
383383
<h2 id="add-anomaly-detector__title">
384384
Suggest anomaly detector
385385
</h2>
386386
</EuiTitle>
387+
<EuiSpacer size="m" />
388+
<EuiText size='xs'>
389+
Create an anomaly detector based on the parameters(model features and categorical field) suggested by OpenSearch Assistant.
390+
</EuiText>
387391
</EuiFlyoutHeader>
388392
<EuiFlyoutBody>
389393
<div className="create-new">

0 commit comments

Comments
 (0)