Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Mar 23, 2022
1 parent 152a5f6 commit efeabed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ export const RulesList: React.FunctionComponent = () => {
return (
<>
<EuiFlexGroup direction="row" gutterSize="xs">
<EuiFlexItem grow={true}>{durationString}</EuiFlexItem>
<EuiFlexItem grow={false}>{durationString}</EuiFlexItem>
<EuiFlexItem grow={false}>
{item.showIntervalWarning && (
<EuiToolTip
Expand Down Expand Up @@ -659,7 +659,7 @@ export const RulesList: React.FunctionComponent = () => {
onRuleEdit(item);
}
}}
iconType="iInCircle"
iconType="flag"
aria-label={i18n.translate(
'xpack.triggersActionsUI.sections.rulesList.rulesListTable.columns.intervalIconAriaLabel',
{ defaultMessage: 'Below configured minimum interval' }
Expand Down

0 comments on commit efeabed

Please sign in to comment.