Skip to content

Commit

Permalink
Improve alert condition input placeholders (opensearch-project#308) (o…
Browse files Browse the repository at this point in the history
…pensearch-project#316)

* updated placeholders

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* removed unwanted changes

Signed-off-by: Amardeepsingh Siglani <[email protected]>

Signed-off-by: Amardeepsingh Siglani <[email protected]>
(cherry picked from commit 90a1c05)

Co-authored-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
2 people authored and AWSHurneyt committed Feb 22, 2023
1 parent 72887b4 commit 6f8a3c3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default class AlertConditionPanel extends Component<
}
>
<EuiComboBox
placeholder={'Select rule names.'}
placeholder={'Any rules'}
options={namesOptions}
onChange={this.onRuleNamesChange}
selectedOptions={selectedNames}
Expand All @@ -352,7 +352,7 @@ export default class AlertConditionPanel extends Component<
}
>
<EuiComboBox
placeholder={'Select rule severities.'}
placeholder={'Any severities'}
options={ruleSeverityOptions}
onChange={this.onRuleSeverityChange}
noSuggestions={false}
Expand All @@ -370,7 +370,7 @@ export default class AlertConditionPanel extends Component<
}
>
<EuiComboBox
placeholder={'Enter tags for the alert condition.'}
placeholder={'Any tags'}
options={tagsOptions}
onChange={this.onTagsChange}
onCreateOption={this.onCreateTag}
Expand Down

0 comments on commit 6f8a3c3

Please sign in to comment.