mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Enable "Event Generating Elements Should Be Instrumented" ESLint rule for more O11y Apps (#165647)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
33dcda7b70
commit
772bc0c598
80 changed files with 172 additions and 20 deletions
|
@ -136,6 +136,7 @@ export function SelectableUrlList({
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiButtonIcon
|
||||
data-test-subj="exploratoryViewPopOverTitleButton"
|
||||
color="text"
|
||||
onClick={() => closePopover()}
|
||||
aria-label={i18n.translate('xpack.exploratoryView.search.url.close', {
|
||||
|
|
|
@ -72,6 +72,7 @@ export function SeriesActions({ seriesId, series, seriesConfig, onEditClick }: P
|
|||
|
||||
const popoverButton = (
|
||||
<EuiButtonIcon
|
||||
data-test-subj="exploratoryViewSeriesActionsButton"
|
||||
iconType="boxesHorizontal"
|
||||
onClick={changePopoverVisibility}
|
||||
color="text"
|
||||
|
|
|
@ -101,6 +101,7 @@ export function SeriesName({ series, seriesId }: Props) {
|
|||
)}
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiButtonIcon
|
||||
data-test-subj="exploratoryViewSeriesNameButton"
|
||||
onClick={() => setIsEditingEnabled(!isEditingEnabled)}
|
||||
iconType="pencil"
|
||||
aria-label={i18n.translate('xpack.exploratoryView.expView.seriesEditor.editName', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue