-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Observability Solution][Maintenance] Move to Emotion CSS, enable Telemetry and i18n ESLint rules for all Obs plugins #177785
Changes from 6 commits
0f4a93a
f49be1b
31293b1
f946a77
c180667
50a0272
2c8bcde
d40cc33
6049187
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -60,7 +60,11 @@ export const ListStatus = ({ | |||||
}} | ||||||
/> | ||||||
} | ||||||
actions={[<EuiButton onClick={onRetry}>{noDataRetryLabel}</EuiButton>]} | ||||||
actions={[ | ||||||
<EuiButton data-test-subj="logsExplorerListStatusButton" onClick={onRetry}> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Telemetry ESLint rule is configured to autofix, so the CI has added these. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
{noDataRetryLabel} | ||||||
</EuiButton>, | ||||||
]} | ||||||
/> | ||||||
); | ||||||
} | ||||||
|
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,12 @@ export const AlertsPopover = () => { | |
{state.isAddRuleFlyoutOpen && addRuleFlyout} | ||
<EuiPopover | ||
button={ | ||
<EuiButtonEmpty onClick={togglePopover} iconType="arrowDown" iconSide="right"> | ||
<EuiButtonEmpty | ||
data-test-subj="observabilityLogsExplorerAlertsPopoverAlertsButton" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Telemetry ESLint rule is configured to autofix, so the CI has added these. |
||
onClick={togglePopover} | ||
iconType="arrowDown" | ||
iconSide="right" | ||
> | ||
<FormattedMessage | ||
id="xpack.observabilityLogsExplorer.alertsPopover.buttonLabel" | ||
defaultMessage="Alerts" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bundle was going 1.2kb over the limit