You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: public/components/FeatureAnywhereContextMenu/AssociatedDetectors/components/ConfirmUnlinkDetectorModal/ConfirmUnlinkDetectorModal.tsx
@@ -884,18 +884,18 @@ function AddAnomalyDetector({
884
884
885
885
{enabled ? (
886
886
<EuiFlexItem>
887
-
<EuiFormRow
887
+
<EuiCompressedFormRow
888
888
label="Field"
889
889
isInvalid={isInvalid(field.name,form)}
890
890
helpText={`Custom result index name must contain less than 255 characters including the prefix "opensearch-ad-plugin-result-". Valid characters are a-z, 0-9, -(hyphen) and _(underscore).`}
891
891
>
892
-
<EuiFieldText
892
+
<EuiCompressedFieldText
893
893
id="resultIndex"
894
894
placeholder="Enter result index name"
895
895
prepend={CUSTOM_AD_RESULT_INDEX_PREFIX}
896
896
{...field}
897
897
/>
898
-
</EuiFormRow>
898
+
</EuiCompressedFormRow>
899
899
</EuiFlexItem>
900
900
) : null}
901
901
</EuiFlexGroup>
@@ -960,7 +960,7 @@ function AddAnomalyDetector({
960
960
961
961
<EuiSpacersize="m"/>
962
962
<EuiPanelpaddingSize="none">
963
-
<EuiButton
963
+
<EuiSmallButton
964
964
className="featureButton"
965
965
data-test-subj="addFeature"
966
966
isDisabled={
@@ -972,7 +972,7 @@ function AddAnomalyDetector({
972
972
}}
973
973
>
974
974
Add another feature
975
-
</EuiButton>
975
+
</EuiSmallButton>
976
976
</EuiPanel>
977
977
<EuiSpacersize="s"/>
978
978
<EuiTextclassName="content-panel-subTitle">
@@ -1000,20 +1000,20 @@ function AddAnomalyDetector({
Copy file name to clipboardexpand all lines: public/components/FeatureAnywhereContextMenu/CreateAnomalyDetector/AssociateExisting/containers/AssociateExisting.tsx
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import {
9
9
EuiSpacer,
10
10
EuiIcon,
11
11
EuiText,
12
-
EuiComboBox,
12
+
EuiCompressedComboBox,
13
13
EuiLoadingSpinner,
14
14
EuiLink,
15
15
EuiFlexGroup,
@@ -78,7 +78,7 @@ export function AssociateExisting(
0 commit comments